[]
Specifies the scheme color type.
public enum ColorType : byte
Public Enum ColorType As Byte
| Name | Description |
|---|---|
| ARGB | Color is determined by values of alpha, red, green, and blue. |
| SchemeColor | Color is defined by an application-specific scheme. |
| Unspecified | Color is not defined. |