TypeLib Xojo support Plugin |
|
CMYKColor.From8BitComponents Method
Creates instance of CMYKColor from 8bit components
shared From8BitComponents(
cyan
as UInt8,
magenta
as UInt8,
yellow
as UInt8,
key
as UInt8,
alpha
as UInt8)
as EinhugurColors.CMYKColor
Parameters
- cyan
- The cyan component.
- magenta
- The magenta component.
- yellow
- The yellow component.
- key
- The key component.
- alpha
- The alpha component. (255 = full opaque, 0 = full transparent)
Returns
- EinhugurColors.CMYKColor
Remarks
See Also
CMYKColor Class