GeoAlphaType¶
Namespace: ThinkGeo.Core
Specifies the GeoAlphaType enumeration.
public enum GeoAlphaType
Inheritance object → ValueType → Enum → GeoAlphaType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Identifies the Unknown value. |
| Opaque | 1 | Identifies the Opaque value. |
| Premul | 2 | Identifies the Premul value. |
| Unpremul | 3 | Identifies the Unpremul value. |