Color Properties | 
The Color type exposes the following members.
| Name | Description | |
|---|---|---|
| Alpha | 
                Gets the opacity channel value in the 0..1 range. When the value is 1, the color
                is 100% opaque. When 0, the color is 100% transparent.
              | |
| Blue | 
                Gets the blue channel value in the 0..1 range.
              | |
| Green | 
                Gets the green channel value in the 0..1 range.
              | |
| Red | 
                Gets the red channel value in the 0..1 range.
              |