TypeLib Xojo support Plugin

RGBColor.From8BitComponents Method

Creates instance of RGBColor from 16bit components

shared From8BitComponents(
   red as UInt8,
   green as UInt8,
   blue as UInt8,
   alpha as UInt8) as EinhugurColors.RGBColor

Parameters

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

Returns

EinhugurColors.RGBColor

Remarks

See Also

RGBColor Class