SharpPlot Reference > SharpPlot Methods > UseCmyk > Method (Double,Double,Double,Double)

SharpPlot.UseCmyk Method (Double,Double,Double,Double)

Proportions (0-1) of each ink.

public Color UseCmyk(
    double c,
    double m,
    double y,
    double k
);
c
Proportion of Cyan ink.
m
Proportion of Magenta ink.
y
Proportion of Yellow ink.
k
Proportion of Black ink.
return value
Color structure containg ink levels rather than ARGB values.

See also ...

SharpPlot Members | SharpPlot.UseCmyk


Send comments on this topic
© Dyalog Ltd 2021