TypeLib Xojo support Plugin

RGBColor.From16BitComponents Method

Creates instance of RGBColor from 16bit components

shared From16BitComponents(
   red as UInt16,
   green as UInt16,
   blue as UInt16,
   alpha as UInt16) as EinhugurColors.RGBColor

Parameters

red
The red component.
green
The green component.
blue
The blue component.
alpha
The alpha component. (65535 = full opaque, 0 = full transparent)

Returns

EinhugurColors.RGBColor

Remarks

See Also

RGBColor Class