Свойство | Type | Description | |
---|---|---|---|
Alpha | int | ||
Blue | int | ||
Green | int | ||
Red | int |
Méthode | Description | |
---|---|---|
RGB ( int R, int G, int B ) : System |
Initializes a new instance of the RGB struct.
|
|
RGB ( int A, int R, int G, int B ) : System |
Initializes a new instance of the RGB struct.
|
|
ToString ( ) : string |
The to string.
|
public RGB ( int R, int G, int B ) : System | ||
R | int | The R. |
G | int | The G. |
B | int | The B. |
Résultat | System |
public RGB ( int A, int R, int G, int B ) : System | ||
A | int | The A. |
R | int | The R. |
G | int | The G. |
B | int | The B. |
Résultat | System |