Méthode | Description | |
---|---|---|
GetAntiColor ( this color ) : Color | ||
GetBrightness ( this color ) : int | ||
ToHsv ( this color, int &Hue, int &Saturation, int &Value ) : void |
Stolen from... somewhere. All credits go to there >_>.
|
|
ToRgb ( int Hue, int Saturation, int Value ) : Color |
public static GetAntiColor ( this color ) : Color | ||
color | this | |
Résultat | Color |
public static GetBrightness ( this color ) : int | ||
color | this | |
Résultat | int |
public static ToHsv ( this color, int &Hue, int &Saturation, int &Value ) : void | ||
color | this | |
Hue | int | |
Saturation | int | |
Value | int | |
Résultat | void |
public static ToRgb ( int Hue, int Saturation, int Value ) : Color | ||
Hue | int | |
Saturation | int | |
Value | int | |
Résultat | Color |