Метод | Описание | |
---|---|---|
HSLToRGB ( float h, float s, float l ) : Color | ||
RGBToHSL ( Color c, float &h, float &s, float &l ) : void |
public static HSLToRGB ( float h, float s, float l ) : Color | ||
h | float | |
s | float | |
l | float | |
Результат | Color |
public static RGBToHSL ( Color c, float &h, float &s, float &l ) : void | ||
c | Color | |
h | float | |
s | float | |
l | float | |
Результат | void |