The Color type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Color(Color) |
Constructor for Color object
| |
| Color(Int32) | ||
| Color(Int32, Int32, Int32) |
Constuctor for Color object.
| |
| Color(Single, Single, Single) |
Constructor for Color object
| |
| Color(Int32, Int32, Int32, Int32) |
Constuctor for Color object.
| |
| Color(Single, Single, Single, Single) |
Constructor for Color object
|
Methods
| Name | Description | |
|---|---|---|
| Brighter | ||
| Darker | ||
| Equals | (Overrides Object..::..Equals(Object).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToArgb | ||
| ToString | (Inherited from Object.) |
Fields
Properties
| Name | Description | |
|---|---|---|
| B |
Gets the blue component value of this Color structure.
| |
| G |
Gets the green component value of this Color structure.
| |
| R |
Gets the red component value of this Color structure.
|