User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_pixelformat

Table of Contents

TGIS_PixelFormat enum

DK11 for Delphi | GisTypesUI.TGIS_PixelFormat | Enums

Platform independent pixel format specification

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_PixelFormat = (
    Bit1, Bit4, Bit8, RGB, ARGB, Custom
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_PixelFormat unsigned short {
  Bit1, Bit4, Bit8, RGB, ARGB, Custom
};

Members

Name Value Description
Bit1 1 bit per pixel.
Bit4 4 bit per pixel.
Bit8 8 bit per pixel.
RGB 24 bit per pixel in RGB.
ARGB 32 bit per pixels in ARGB.
Custom Custom for special use.

2022/11/30 19:19

Page Tools