Version

NamedColor Class Members

The following tables list the members exposed by NamedColor.

Public Methods
 NameDescription
Public MethodEqualsIf object is of the same type, compares contents to determine equality.  
Public Methodstatic (Shared in Visual Basic)GetActualColorReturns a color with the current rgb value for the specified named color.  
Public Methodstatic (Shared in Visual Basic)GetColorReturns the custom named color or Color.Empty if the color is not a recognized custom color.  
Public Methodstatic (Shared in Visual Basic)GetColorsReturns an array of named colors that correspond with the specified color group.  
Public MethodGetHashCodeReturns a hash code for the object.  
Public MethodToStringReturns a string representation of the object.  
Public Operators
public Operator Explicit Type Conversion Operator overload used to return a System.Drawing.Color that represents the current ARGB value.
See Also