Click or drag to resize

AxoColorToAcmyk Method

Provides a quick and dirty conversion from an AxoColor to the CMYK model. No color conversion profile is used here!

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (float alpha, float c, float m, float y, float k) ToAcmyk()

Return Value

ValueTupleSingle, Single, Single, Single, Single
The components for alpha, C, M, Y and K. All components are in the range [0, 1].
See Also