프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Alpha | byte | ||
Blue | byte | ||
Green | byte | ||
Red | byte |
메소드 | 설명 | |
---|---|---|
RGB ( ) : System |
Initializes a new instance of the RGB class.
|
|
RGB ( System color ) : System |
Initializes a new instance of the RGB class.
|
|
RGB ( byte red, byte green, byte blue ) : System |
Initializes a new instance of the RGB class.
|
|
RGB ( byte red, byte green, byte blue, byte alpha ) : System |
Initializes a new instance of the RGB class.
|
public RGB ( System color ) : System | ||
color | System | Initialize from specified |
리턴 | System |
public RGB ( byte red, byte green, byte blue ) : System | ||
red | byte | Red component. |
green | byte | Green component. |
blue | byte | Blue component. |
리턴 | System |
public RGB ( byte red, byte green, byte blue, byte alpha ) : System | ||
red | byte | Red component. |
green | byte | Green component. |
blue | byte | Blue component. |
alpha | byte | Alpha component. |
리턴 | System |