HistogramGetGreen Method (GdPictureImaging)
Computes the green channel histogram of a GdPicture image.
public function HistogramGetGreen(
: Integer;
var : Integerarray of
): GdPictureStatus;
'Declaration
Public Function HistogramGetGreen( _
ByVal As Integer, _
ByRef () As Integer _
) As GdPictureStatus
Parameters
- ImageID
- GdPicture image identifier.
- Data
- Output parameter. Array of 256 entries containing the green channel
histogram data.
Return Value
A member of the GdPictureStatus enumeration.