The RgbColor type exposes the following members.

Properties

  NameDescription
Public propertyB
Blue color component [0-255]
Public propertyStatic memberBlack
RGB Black
Public propertyStatic memberBlue
RGB Blue
Public propertyG
Green color component [0-255]
Public propertyStatic memberGray
RGB Gray
Public propertyStatic memberGreen
RGB Green
Public propertyName
The name of the RGB color.
(Overrides Color..::..Name.)
Public propertyStatic memberOrange
RGB Orange
Public propertyParsableName
Get the name of the color as it can be parsed again.
(Overrides Color..::..ParsableName.)
Public propertyR
Red color component [0-255]
Public propertyStatic memberRed
RGB Red
Public propertyStatic memberWhite
RGB White
Public propertyStatic memberYellow
RGB Yellow

See Also