Provides a quick and dirty conversion from an
AxoColor to the CMYK model. No color conversion profile is used here!
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (float alpha, float c, float m, float y, float k) ToAcmyk()
Return Value
ValueTupleSingle,
Single,
Single,
Single,
SingleThe components for alpha, C, M, Y and K. All components are in the range [0, 1].
See Also