 |
Color3FromHsv(Double, Double, Double) Method |
Gets Color3 from HSV (hue, saturation, value / brightness)
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic static Color3 FromHsv(
double hue,
double saturation = 1,
double value = 1
)
Parameters
- hue Double
- hue (from 0 to 360)
- saturation Double (Optional)
- saturation (from 0 to 1; 1 by default)
- value Double (Optional)
- value or brightness (from 0 to 1; 1 by default)
Return Value
Color3Color3
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.Color3.FromHsv(System.Double,System.Double,System.Double)"]
See Also