Version

Search Results

Equals(Object) Method

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.

Equals Method (Color)

Compares this color to the specified one. Overload List

G Property (Color)

Gets the green component of the color. Syntax

GetHashCode Method (Color)

Serves as a hash function for Color. Syntax Return Value A hash code for the current Color.

Name Property (Color)

Gets a predefined name for this color. Syntax

R Property (Color)

Gets the red component of the color. Syntax

ToARGB Method

Gets the ARGB value that represents this color. Syntax Return Value The ARGB value that represents this color

ToHex Method (Color)

Gets a hexadecimal representation of this color. Syntax Return Value A hexadecimal representation of this color

Color Constructor(Byte,Byte,Byte)

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.

Color Constructor(Byte,Byte,Byte,Byte)

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.