 |
Color3FromHsl(Double, Double, Double) Method |
Gets Color3 from HSL (hue, saturation, lightness)
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic static Color3 FromHsl(
double hue,
double saturation = 1,
double lightness = 0,5
)
Parameters
- hue Double
- hue (from 0 to 360)
- saturation Double (Optional)
- saturation (from 0 to 1; 0.5 by default)
- lightness Double (Optional)
- lightness (from 0 to 1; 0.5 by default)
Return Value
Color3Color3
See Also