PwsColor
Overview
This structure is used to represent a color.
Format
PwsColor
- PwsColor
- B: Byte
- G: Byte
- R: Byte
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
B | Byte | Â Yes | The blue light component of a color scheme. | 255 |
G | Byte | Yes | The green light component of a color scheme. | 255 |
R | Byte | Yes | The red light component of a color scheme. | 0 |