Méthode | Description | |
---|---|---|
Colorref ( Colorref color ) : System | ||
Colorref ( byte r, byte g, byte b ) : System | ||
Colorref ( uint colorref_ ) : System | ||
FromRGB ( byte r, byte g, byte b ) : Colorref |
Méthode | Description | |
---|---|---|
PALETTERGB ( byte r, byte g, byte b ) : uint | ||
RGB ( byte r, byte g, byte b ) : uint |
public Colorref ( Colorref color ) : System | ||
color | Colorref | |
Résultat | System |
public Colorref ( byte r, byte g, byte b ) : System | ||
r | byte | |
g | byte | |
b | byte | |
Résultat | System |
public Colorref ( uint colorref_ ) : System | ||
colorref_ | uint | |
Résultat | System |
public static FromRGB ( byte r, byte g, byte b ) : Colorref | ||
r | byte | |
g | byte | |
b | byte | |
Résultat | Colorref |