User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_pixelformat

Table of Contents

TGIS_PixelFormat enum

DK for Java | tatukgis.jdk.TGIS_PixelFormat | Enums

Platform independent pixel format specification.

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

Syntax

// Java
public enum TGIS_PixelFormat {
  Bit1, Bit4, Bit8, RGB, ARGB, Custom
}
// Oxygene
type
  TGIS_PixelFormat = public (
    Bit1, Bit4, Bit8, RGB, ARGB, Custom
  };

Members

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

2026/07/05 02:36

Page Tools