Provides access to members that control the basic color interface.
Members
Name | Description | |
---|---|---|
Alpha | The Alpha Blending value. (0 for transparent, 255 for opaque). | |
RGB | The RGB value of color. |
IColorDescription.Alpha Property
The Alpha Blending value. (0 for transparent, 255 for opaque).
Public Property Alpha As Byte
public byte Alpha {get; set;}
IColorDescription.RGB Property
The RGB value of color.
Public Property RGB As Integer
public int RGB {get; set;}
Classes that implement IColorDescription
Classes | Description |
---|---|
RgbColorDescription | A color description to describe RGB, red, green, blue colors. |