User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.argb2gray_tgis_pixels_integer

Table of Contents

TGIS_LayerPixel.ARGB2Gray method

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

Gray scale from ARGB bitmap.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  procedure ARGB2Gray(
    const _pixels : TGIS_Pixels;
    const _size : Integer
  );
// C++ Builder
protected:
  void ARGB2Gray(
    TGIS_Pixels* const _pixels,
    const int _size
  );

Parameters

Name Type Description
_pixels TGIS_Pixels Buffer with ARGB pixels.
_size Integer Buffer size.
2020/05/07 01:08

Page Tools