The RgbColor type exposes the following members.

Constructors

  NameDescription
Public methodRgbColor(Color)
Create a new RgbColor from a GDI+ color.
Public methodRgbColor(Double, Double, Double)
Create a new RgbColor from it's color components.

Methods

  NameDescription
Public methodClone
Clones a Color.
(Inherited from Color.)
Public methodConvert
Comvert this color to a System.Drawing.Color.
(Overrides Color..::..Convert()()()().)
Public methodEquals
Compares two colors.
(Inherited from Color.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Provides a hashcode.
(Inherited from Color.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Operators

  NameDescription
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Color to RgbColor)
Provides implicit conversion from System.Drawing.Color.

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