The Color type exposes the following members.

Constructors

  NameDescription
Public methodColor(Color)
Constructor for Color object
Public methodColor(Int32)
Public methodColor(Int32, Int32, Int32)
Constuctor for Color object.
Public methodColor(Single, Single, Single)
Constructor for Color object
Public methodColor(Int32, Int32, Int32, Int32)
Constuctor for Color object.
Public methodColor(Single, Single, Single, Single)
Constructor for Color object

Methods

  NameDescription
Public methodBrighter
Public methodDarker
Public methodEquals (Overrides Object..::..Equals(Object).)
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 (Overrides Object..::..GetHashCode()()()().)
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 methodToArgb
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

Properties

  NameDescription
Public propertyB
Gets the blue component value of this Color structure.
Public propertyG
Gets the green component value of this Color structure.
Public propertyR
Gets the red component value of this Color structure.

See Also