Aardvark.Base


ColorConversion

Static members

Static memberDescription
FromRgbToInt(self)
Signature: self:C3f -> int

Returns the int representation of the supplied C3f color.

FromXYZToYxy(XYZ)
Signature: XYZ:C3f -> C3f
FromYuvToYxy(Yuv)
Signature: Yuv:C3f -> C3f
FromYxyToXYZ(Yxy)
Signature: Yxy:C3f -> C3f
ToGamutMap(self)
Signature: self:C3f -> C3f

Returns the GamutMap represantion of the supplied C3f.

Fork me on GitHub