메소드 | 설명 | |
---|---|---|
Colorref ( Colorref color ) : System | ||
Colorref ( byte r, byte g, byte b ) : System | ||
Colorref ( uint colorref_ ) : System | ||
FromRGB ( byte r, byte g, byte b ) : Colorref |
메소드 | 설명 | |
---|---|---|
PALETTERGB ( byte r, byte g, byte b ) : uint | ||
RGB ( byte r, byte g, byte b ) : uint |
public Colorref ( byte r, byte g, byte b ) : System | ||
r | byte | |
g | byte | |
b | byte | |
리턴 | System |
public static FromRGB ( byte r, byte g, byte b ) : Colorref | ||
r | byte | |
g | byte | |
b | byte | |
리턴 | Colorref |