[]
Specifies the color format type.
public enum ColorType : byte
Public Enum ColorType As Byte
| Name | Description |
|---|---|
| ARGB | The ARGB format which stands for alpha, red, green and blue. |
| Auto | The automatic color that is determined by application. |
| Index | The system-defined indexed color format. |
| Theme | The system-defined theme color format. |