|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CMYKColor
CMYKColor[cyan, magenta, yellow, black]
is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given.
CMYKColor[c, m, y, k, a]
specifies opacity a.
DetailsDetails
- Color and opacity levels outside the range 0 to 1 will be clipped. »
- CMYKColor can be used to specify colors for color printing.
- CMYKColor[c, m, y] is equivalent to CMYKColor[c, m, y, 0].
- CMYKColor specifications are automatically converted to RGBColor when simulated lighting calculations are done. »
- The alternative forms CMYKColor[{c, m, y, k}] and CMYKColor[{c, m, y, k, a}] can also be used.
New in 2 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



