Public Properties | |
| xtd::single | cyan |
| Gets or sets the cyan component value of this xtd::drawing::cmyk struct. | |
| xtd::single | magenta |
| Gets or sets the magenta component value of this xtd::drawing::cmyk struct. | |
| xtd::single | yellow |
| Gets or sets the yellow component value of this xtd::drawing::cmyk struct. | |
| xtd::single | black |
| Gets or sets the black component value of this xtd::drawing::cmyk struct. | |
Public Static Methods | |
| static auto | from_cmyk (xtd::single cyan, xtd::single magenta, xtd::single yellow, xtd::single black) noexcept -> xtd::drawing::cmyk |
| Creates a xtd::cmyk struct from the specified cyan, magenta, and yellow single values. | |
| static auto | from_cmyk (const cmyk &value) noexcept -> xtd::drawing::cmyk |
| Creates a xtd::cmyk struct from the specified axtd::drawing::cmyk value. | |
|
inlinestaticnodiscardnoexcept |
Creates a xtd::cmyk struct from the specified cyan, magenta, and yellow single values.
|
inlinestaticnodiscardnoexcept |
Creates a xtd::cmyk struct from the specified axtd::drawing::cmyk value.
| value | The cmyk value. |
| xtd::single xtd::drawing::cmyk::cyan |
Gets or sets the cyan component value of this xtd::drawing::cmyk struct.
| a | byte The cyan component value of this xtd::drawing::cmyk. |
| xtd::single xtd::drawing::cmyk::magenta |
Gets or sets the magenta component value of this xtd::drawing::cmyk struct.
| r | byte The magenta component value of this xtd::drawing::cmyk. |
| xtd::single xtd::drawing::cmyk::yellow |
Gets or sets the yellow component value of this xtd::drawing::cmyk struct.
| r | byte The yellow component value of this xtd::drawing::cmyk. |
| xtd::single xtd::drawing::cmyk::black |
Gets or sets the black component value of this xtd::drawing::cmyk struct.
| r | byte The black component value of this xtd::drawing::cmyk. |