DK11 for Java | tatukgis.jdk.TGIS_BitmapFormat | Enums
TGIS_Bitmap supported formats
// Java public enum TGIS_BitmapFormat { Native, ARGB, ABGR }
// Oxygene type TGIS_BitmapFormat = public ( Native, ARGB, ABGR };
Name | Value | Description | |
---|---|---|---|
Native | System native format. | ||
ARGB | ARGB order. | ||
ABGR | ABGR order. | ||