DK11 for .NET | TatukGIS.NDK.TGIS_LayerPixel.enhanceContrast | Constructors | Fields | Methods | Properties | Events
Enhance contrast by changing RGB values proportionally from 0 to 255.
// C# protected void enhanceContrast( Int32[] _pix, int _width, int _height );
' VisualBasic Protected Sub enhanceContrast( ByVal _pix As Int32(), ByVal _width As Integer, ByVal _height As Integer )
// Oxygene protected procedure enhanceContrast( _pix : TGIS_Pixels; _width : Integer; _height : Integer );
Name | Type | Description |
---|---|---|
_pix | Int32[] TGIS_Pixels | Pixels area with _width*_height size |
_width | int Integer | With of tables (image to view) |
_height | int Integer | Height of tables (image to view) |