DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.simpleRGBCorrection | Constructors | Fields | Methods | Properties | Events
Mapping red, green, blue colors bands if image.
// Delphi protected procedure simpleRGBCorrection( const _pix : TGIS_Pixels; const _width : Integer; const _height : Integer );
// C++ Builder protected: void simpleRGBCorrection( TGIS_Pixels* const _pix, const int _width, const int _height );
Name | Type | Description |
---|---|---|
_pix | TGIS_Pixels | Pixels area with _width*_height size |
_width | Integer | With of tables (image to view) |
_height | Integer | Height of tables (image to view) |