DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.ARGB2Gray | Constructors | Fields | Methods | Properties | Events
Gray scale from ARGB bitmap.
// Delphi protected procedure ARGB2Gray( const _pixels : TGIS_Pixels; const _size : Integer );
// C++ Builder protected: void ARGB2Gray( TGIS_Pixels* const _pixels, const int _size );
Name | Type | Description |
---|---|---|
_pixels | TGIS_Pixels | Buffer with ARGB pixels. |
_size | Integer | Buffer size. |