cmyk
Create a CMYK color.
This is useful if you want to target a specific printer. The conversion to RGB for display preview might differ from how your printer reproduces the color.
Example
#square(
fill: cmyk(27%, 0%, 3%, 5%)
)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
cyan
The cyan component.
magenta
The magenta component.
yellow
The yellow component.
key
The key component.