Click or drag to resize

Color Properties (Typed)

X#

The Color type exposes the following members.

Properties
  NameDescription
Public propertyBlue
A numeric value between 0 (lowest intensity) and 255 (highest intensity) representing the amount of blue in a color.
Public propertyColorRef
A numeric value between 0 and 0xFFFFFF with the combined colors in RGB format.
Public propertyGreen
A numeric value between 0 (lowest intensity) and 255 (highest intensity) representing the amount of green in a color.
Public propertyRed
A numeric value between 0 (lowest intensity) and 255 (highest intensity) representing the amount of red in a color.
Top
See Also