User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layerpixel.enhancecontrast_tgis_pixels_integer_integer

Table of Contents

TGIS_LayerPixel.enhanceContrast method

DK11 for .NET | TatukGIS.NDK.TGIS_LayerPixel.enhanceContrast | Constructors | Fields | Methods | Properties | Events

Enhance contrast by changing RGB values proportionally from 0 to 255.

Available also on: Delphi | Java.

Syntax

// 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
  );

Parameters

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)
2020/05/07 01:17

Page Tools