The ExtendedColor type exposes the following members.

Constructors

Methods

  NameDescription
Public methodBrighter (Inherited from Color.)
Public methodDarker (Inherited from Color.)
Public methodEquals (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 (Inherited from Color.)
Public methodGetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetType(Object)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToArgb (Inherited from Color.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldtype

Properties

  NameDescription
Public propertyB
Gets the blue component value of this Color structure.
(Inherited from Color.)
Public propertyG
Gets the green component value of this Color structure.
(Inherited from Color.)
Public propertyR
Gets the red component value of this Color structure.
(Inherited from Color.)
Public propertyType

See Also