Click or drag to resize

Color Properties

The Color type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets or sets the alpha/opacity (0-1)
Public propertyAb
Gets or sets the alpha/opacity component as a byte of a 32-bit color (0-255)
Public propertyB
Gets or sets the blue (0-1)
Public propertyBb
Gets or sets the blue component as a byte of a 32-bit color (0-255)
Public propertyControlObject
Gets the native color control object.
Public propertyG
Gets or sets the green (0-1)
Public propertyGb
Gets or sets the green component as a byte of a 32-bit color (0-255)
Public propertyR
Gets or sets the red component (0-1)
Public propertyRb
Gets or sets the red component as a byte of a 32-bit color (0-255)
Top
See Also