Aardvark.Base


HSVf

Hue Saturation Lightness colors. All three components are defined in the range [0.0, 1.0].

Constructors

ConstructorDescription
new(hue, saturation, value)
Signature: (hue:float32 * saturation:float32 * value:float32) -> unit
new(hue, saturation, value)
Signature: (hue:float * saturation:float * value:float) -> unit

Instance members

Instance memberDescription
AsC3f()
Signature: unit -> C3f

Static members

Static memberDescription
FromC3f(col)
Signature: col:C3f -> HSVf
Fork me on GitHub