Version

Color Structure Members

The following tables list the members exposed by Color.

Public Properties
 NameDescription
Public PropertyAReturns the aplha value  
Public PropertyBReturns the blue value  
Public PropertyGReturns the grean value  
Public PropertyRReturns the red value  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Deternmines if the passed in object is equsl to this object  
Public Methodstatic (Shared in Visual Basic)FromArgbOverloaded. Creates a new instance of Color  
Public MethodGetHashCodeReturns a hash code  
Public MethodToArgbRteurns the color as an ARGB value  
Public MethodToStringReturns a string representation of this object  
Public Operators
public Operator Equality The equality operator
public Operator Inequality The non equality operator
See Also