CMYKColor
Usage
• CMYKColor[cyan, magenta, yellow, black]是一个图形指令,指明下面的对象用给定的颜色显示.
Notes
•颜色级别在到范围外的被省略. •• CMYKColor可以用于指明彩色打印的颜色. • 当进行计算时,CMYKColor 规格被自动转换为RGBColor. • 参见 Mathematica 全书: 2.9.17部分。
Further Examples
This transforms an RGBColor object to a CMYKColor object.
In[1]:=
|
This extends the definition to convert a Graylevel object.
In[2]:=
|
Evaluate the cell to see the graphic.
In[3]:=
|
|