IColorDescription Interface

Provides access to members that control the basic color interface.

Members

Name Description
Read/write property Alpha The Alpha Blending value. (0 for transparent, 255 for opaque).
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.