Method | Description | |
---|---|---|
Equals ( |
||
Equals ( object o ) : bool | ||
FromArgb ( byte a, byte r, byte g, byte b ) : |
||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
ToString ( IFormatProvider provider ) : string | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
Color ( uint value ) | ||
IFormattable ( string value, IFormatProvider formatProvider ) : string |
public static FromArgb ( byte a, byte r, byte g, byte b ) : |
||
a | byte | |
r | byte | |
g | byte | |
b | byte | |
return |
public ToString ( IFormatProvider provider ) : string | ||
provider | IFormatProvider | |
return | string |