C# Class lw_common.hsl.rgb_convert

Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Méthode Description
HSLtoRGB ( double h, double s, double l ) : RGB
RGBtoHSL ( int red, int green, int blue ) : HSL

Method Details

HSLtoRGB() public static méthode

public static HSLtoRGB ( double h, double s, double l ) : RGB
h double
s double
l double
Résultat RGB

RGBtoHSL() public static méthode

public static RGBtoHSL ( int red, int green, int blue ) : HSL
red int
green int
blue int
Résultat HSL