Color
Derived Types: CmykColor, GrayColor, HlsColor, HsvColor, RgbColor
An abstract class that provides properties common to all derived types.
Property |
Type |
Description |
---|---|---|
AlphaValue |
byte |
The alpha blending value. (0 for transparent, 255 for opaque). |
AlphaValueSpecified |
bool |
Indicates if AlphaValue is specified. |
UseWindowsDithering |
bool |
Indicates if colors should be dithered to simulate colors that aren't supported by the display. This only applies on displays that have 256 or fewer colors. |
UseWindowsDitheringSpecified |
bool |
Indicates if UseWindowsDithering is specified. |
10/23/2013