GdPicture image identifier.
Output parameter. Array of 256 entries containing the green channel histogram data.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / HistogramGetGreen Method

HistogramGetGreen Method (GdPictureImaging)

In This Topic
Computes the green channel histogram of a GdPicture image.
Syntax
'Declaration

 

Public Function HistogramGetGreen( _

   ByVal ImageID As Integer, _

   ByRef Data() As Integer _

) As GdPictureStatus
public GdPictureStatus HistogramGetGreen( 

   int ImageID,

   ref int[] Data

)
public function HistogramGetGreen( 

    ImageID: Integer;

   var  Data: Integerarray of

): GdPictureStatus; 
public function HistogramGetGreen( 

   ImageID : int,

   Data : int[]

) : GdPictureStatus;
public: GdPictureStatus HistogramGetGreen( 

   int ImageID,

   ref int[]* Data

) 
public:

GdPictureStatus HistogramGetGreen( 

   int ImageID,

   array<int>^% Data

) 

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.
See Also