TypeLib Xojo support Plugin

CMYKColor.From16BitComponents Method

Creates instance of CMYKColor from 16bit components

shared From16BitComponents(
   cyan as UInt16,
   magenta as UInt16,
   yellow as UInt16,
   key as UInt16,
   alpha as UInt16) as EinhugurColors.CMYKColor

Parameters

cyan
The cyan component.
magenta
The magenta component.
yellow
The yellow component.
key
The key component.
alpha
The alpha component. (65535 = full opaque, 0 = full transparent)

Returns

EinhugurColors.CMYKColor

Remarks

See Also

CMYKColor Class