DOCUMENTATION CENTER SEARCH
Mathematica
>
Colors
>
Built-in
Mathematica
Symbol
RGBColor
Hue
Opacity
Cyan
Magenta
Yellow
See Also »
|
Colors
More About »
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
.
MORE INFORMATION
Color and opacity levels outside the range
to
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.
EXAMPLES
CLOSE ALL
Basic Examples
(4)
Specify the color of graphics primitives:
In[1]:=
Out[1]=
Specify the color with opacity:
In[1]:=
Out[1]=
Specify the output color of expressions:
In[1]:=
Out[1]=
Specify the color of plots:
In[1]:=
Out[1]=
Scope
(2)
Generalizations & Extensions
(2)
Properties & Relations
(3)
Possible Issues
(1)
Neat Examples
(2)
SEE ALSO
RGBColor
Hue
Opacity
Cyan
Magenta
Yellow
MORE ABOUT
Colors
New in 2 | Last modified in 6
© 2008 Wolfram Research, Inc.