GeoColorType¶
Namespace: ThinkGeo.Core
public enum GeoColorType
Inheritance Object → ValueType → Enum → GeoColorType
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | |
| Alpha8 | 1 | |
| Rgb565 | 2 | |
| Argb4444 | 3 | |
| Rgba8888 | 4 | |
| Rgb888x | 5 | |
| Bgra8888 | 6 | |
| Rgba1010102 | 7 | |
| Rgb101010x | 8 | |
| Gray8 | 9 | |
| RgbaF16 | 10 |