User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.fullrgbcorrection_tgis_pixels_integer_integer

Table of Contents

TGIS_LayerPixel.fullRGBCorrection method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.fullRGBCorrection | Constructors | Fields | Methods | Properties | Events

Mapping full color (32-bits) images by .

Available also on: .NET | Java.

Syntax

// Delphi
protected
  procedure fullRGBCorrection(
    const _pix : TGIS_Pixels;
    const _width : Integer;
    const _height : Integer
  );
// C++ Builder
protected:
  void fullRGBCorrection(
    TGIS_Pixels* const _pix,
    const int _width,
    const int _height
  );

Parameters

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

Page Tools