Aardvark.Base


CieXYZf

This structure holds Cie XYZ colors where Y should be in the range [0,100] for reflective color values.

Constructors

ConstructorDescription
new(_X, _Y, _Z)
Signature: (_X:float32 * _Y:float32 * _Z:float32) -> unit
new(_X, _Y, _Z)
Signature: (_X:float * _Y:float * _Z:float) -> unit
Fork me on GitHub