Property | Type | Description | |
---|---|---|---|
B | byte | ||
G | byte | ||
R | byte |
Method | Description | |
---|---|---|
Color ( byte r, byte g, byte b ) : System |
Creates a new RexPaint color with the specified RGB channels.
|
|
operator ( ) : bool |
public Color ( byte r, byte g, byte b ) : System | ||
r | byte | The red channel of the color. |
g | byte | The green channel of the color. |
b | byte | The blue channel of the color. |
return | System |