Property | Type | Description | |
---|---|---|---|
Alpha | byte | ||
Blue | byte | ||
Green | byte | ||
Red | byte | ||
Transparent |
Method | Description | |
---|---|---|
Color ( byte red, byte green, byte blue ) |
Initializes a new instance of the Color struct.
|
|
Color ( byte red, byte green, byte blue, byte alpha ) |
Initializes a new instance of the Color struct.
|
|
IsEqual ( |
Determines whether the specified color is equal.
|
public Color ( byte red, byte green, byte blue ) | ||
red | byte | The red. |
green | byte | The green. |
blue | byte | The blue. |
public Color ( byte red, byte green, byte blue, byte alpha ) | ||
red | byte | The red. |
green | byte | The green. |
blue | byte | The blue. |
alpha | byte | The alpha. |