프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Alpha | int | ||
Blue | int | ||
Green | int | ||
Red | int |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | 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. |
리턴 | System |