C# Class lw_common.hsl.rgb_convert

Mostrar archivo Open project: jtorjo/logwizard

Public Methods

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

Method Details

HSLtoRGB() public static method

public static HSLtoRGB ( double h, double s, double l ) : RGB
h double
s double
l double
return RGB

RGBtoHSL() public static method

public static RGBtoHSL ( int red, int green, int blue ) : HSL
red int
green int
blue int
return HSL