ColorCMYK Constructor |
Name | Description | |
---|---|---|
![]() | ColorCMYK(Color) |
Initializes a new instance of ColorCMYK that is equivalent to an ARGB color.
|
![]() | ColorCMYK(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.
|
![]() | ColorCMYK(Double, Double, Double, Double) |
Initializes a new instance of ColorCMYK with custom channel values.
|
![]() | ColorCMYK(Double, Double, Double, Double, Double) |
Initializes a new instance of ColorCMYK with custom channel values.
|