C# Class Nomad.Utils.ColorUtils

Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

Méthode Description
HSLToRGB ( float h, float s, float l ) : Color
RGBToHSL ( Color c, float &h, float &s, float &l ) : void

Method Details

HSLToRGB() public static méthode

public static HSLToRGB ( float h, float s, float l ) : Color
h float
s float
l float
Résultat Color

RGBToHSL() public static méthode

public static RGBToHSL ( Color c, float &h, float &s, float &l ) : void
c Color
h float
s float
l float
Résultat void