SharpPlot Reference > SharpPlot Methods > UseCmyk > Method (Int32,Int32,Int32,Int32) SharpPlot.UseCmyk Method (Int32,Int32,Int32,Int32)
Percentages (0-100) of each ink.
public Color UseCmyk(
int c,
int m,
int y,
int 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
|