public class RgbColor
Public Class RgbColor
RgbColor | Constructs a RGB color from components |
AliceBlue | The predefined Alice Blue color |
AntiqueWhite | The predefined AntiqueWhite color |
B | The blue component of the color |
Beige | The predefined Beige color |
Black | The predefined Black color |
Blue | The predefined Blue color |
Coral | The predefined Coral color |
DarkGreen | The predefined DarkGreen color |
Empty | The empty color |
G | The green component of the color |
Gray | The predefined Gray color |
Green | The predefined Green color |
Indigo | The predefined Indigo color |
LightCyan | The predefined LightCyan color |
LightGray | The predefined LightGray color |
LightGreen | The predefined LightGreen color |
MistyRose | The predefined MistyRose color |
Navy | The predefined Navy color |
Orange | The predefined Orange color |
Pink | The predefined Pink color |
Purple | The predefined Purple color |
R | The red component of the color |
Red | The predefined Red color |
Violet | The predefined Violet color |
White | The predefined White color |
WhiteSmoke | The predefined White Smoke color |
Yellow | The predefined Yellow color |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |