Determines whether the specified System.Object is equal to the current System.Object. Syntax Parameters obj The System.Object to compare with the current System.Object. Return Value True if the specified System.Object is equal to the current System.Object.
Compares this color to the specified one. Overload List
Gets the green component of the color. Syntax
Serves as a hash function for Color. Syntax Return Value A hash code for the current Color.
Gets a predefined name for this color. Syntax
Gets the red component of the color. Syntax
Gets the ARGB value that represents this color. Syntax Return Value The ARGB value that represents this color
Gets a hexadecimal representation of this color. Syntax Return Value A hexadecimal representation of this color
Initializes a new instance of the Color class. Syntax Parameters r Red component of the color.g Green component of the color.b Blue component of the color.
Initializes a new instance of the Color class. Syntax Parameters a Alpha component of the color.r Red component of the color.g Green component of the color.b Blue component of the color.