ColorCMYK Constructor (Double, Double, Double, Double) |
Initializes a new instance of ColorCMYK with custom channel values.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic ColorCMYK(
double cyan,
double magenta,
double yellow,
double key
)
Public Sub New (
cyan As Double,
magenta As Double,
yellow As Double,
key As Double
)
Parameters
- cyan
- Type: SystemDouble
Cyan channel value. Cyan channels are limited to the 0.0 and 1.0 range. - magenta
- Type: SystemDouble
Magenta channel value. Magenta channels are limited to the 0.0 and 1.0 range. - yellow
- Type: SystemDouble
Yellow channel value. Yellow channels are limited to the 0.0 and 1.0 range. - key
- Type: SystemDouble
Key channel value. Key channels are limited to the 0.0 and 1.0 range.
See Also