Color | |
The Color4 type exposes the following members.
| Name | Description | |
|---|---|---|
| Alpha | The alpha component of the color. | |
| Black | The Black color (0, 0, 0, 1). | |
| Blue | The blue component of the color. | |
| Green | The green component of the color. | |
| Red | The red component of the color. | |
| Transparent | The Transparent color with alpha 0 and Red, Green and Blue set to 1.0. | |
| TransparentBlack | The Transparent color with all components set to 0 (alpha-premultiplied transparent color). | |
| White | The White color (1, 1, 1, 1). |