Property | Type | Description | |
---|---|---|---|
A | byte | ||
B | byte | ||
G | byte | ||
R | byte |
Method | Description | |
---|---|---|
Equals ( System obj ) : bool | ||
GetHashCode ( ) : int | ||
RGBA ( byte red, byte green, byte blue, byte alpha ) : System | ||
operator ( ) : bool |
public RGBA ( byte red, byte green, byte blue, byte alpha ) : System | ||
red | byte | |
green | byte | |
blue | byte | |
alpha | byte | |
return | System |