ColorCMYK Structure |
Namespace: Eto.Drawing
The ColorCMYK type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColorCMYK(Color) |
Initializes a new instance of the ColorCMYK with the specified RGB Color |
![]() | ColorCMYK(Single, Single, Single, Single, Single) |
Initializes a new instance of the ColorCMYK class
|
Name | Description | |
---|---|---|
![]() | A |
Alpha component
|
![]() | C |
Cyan component
|
![]() | K |
Key (black) component
|
![]() | M |
Magenta component
|
![]() | Y |
Yellow component
|
Name | Description | |
---|---|---|
![]() ![]() | Distance |
Calculates the 'distance' of two CMYK colors
|
![]() | Equals(Object) |
Returns a value indicating that this is equal to the specified object
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(ColorCMYK) |
Returns a value indicating that this is equal to the specified color
|
![]() | GetHashCode |
Gets the hash code for this object
(Overrides ValueTypeGetHashCode.) |
![]() | ToColor |
Gets this object as an ARGB color value
|
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two colors for equality
|
![]() ![]() | (Color to ColorCMYK) |
Converts this an ARGB color value to a CMYK value
|
![]() ![]() | (ColorCMYK to Color) |
Converts this instance to an ARGB color value
|
![]() ![]() | Inequality |
Compares two colors for inequality
|