C# Class Nintenlord.Forms.ColorHelpers

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

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

Method Details

GetAntiColor() public static méthode

public static GetAntiColor ( this color ) : Color
color this
Résultat Color

GetBrightness() public static méthode

public static GetBrightness ( this color ) : int
color this
Résultat int

ToHsv() public static méthode

Stolen from... somewhere. All credits go to there >_>.
public static ToHsv ( this color, int &Hue, int &Saturation, int &Value ) : void
color this
Hue int
Saturation int
Value int
Résultat void

ToRgb() public static méthode

public static ToRgb ( int Hue, int Saturation, int Value ) : Color
Hue int
Saturation int
Value int
Résultat Color