ColorCMYK Constructor (Double, Double, Double) |
Initializes a new instance of ColorCMYK with custom channel values.
The cyan, magenta and yellow values will be adjusted based on their
combined darkness.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic ColorCMYK(
double cyan,
double magenta,
double yellow
)
Public Sub New (
cyan As Double,
magenta As Double,
yellow As Double
)
Parameters
- cyan
- Type: SystemDouble
Cyan channel hint. - magenta
- Type: SystemDouble
Magenta channel hint. - yellow
- Type: SystemDouble
Yellow channel hint.
See Also