DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.prepRGBHist | Constructors | Fields | Methods | Properties | Events
Prepare histograms for ARGB (32-bits) bitmap scan line.
// Delphi protected procedure prepRGBHist( const _buffer : TGIS_Pixels; const _width : Integer; const _height : Integer );
// C++ Builder protected: void prepRGBHist( TGIS_Pixels* const _buffer, const int _width, const int _height );
Name | Type | Description |
---|---|---|
_buffer | TGIS_Pixels | image pixels buffer |
_width | Integer | image width in pixels. |
_height | Integer | image height in pixels. |