ll:RGBColor

XML based config for a Legato.Lang.RGBColor.

See Also

A valid config example for an RGBColor would be

<ll:RGBColor r="255" g="255" b="255" />
Summary
ll:RGBColorXML based config for a Legato.Lang.RGBColor.
Properties
r{Integer} the red value (0-255)
g{Integer} the green value (0-255)
b{Integer} the blue value (0-255)
ll:NullXML based config for a <Legato.Lang.Null>.

Properties

r

{Integer} the red value (0-255)

g

{Integer} the green value (0-255)

b

{Integer} the blue value (0-255)

ll:Null

XML based config for a <Legato.Lang.Null>.

A config example would be

<ll:Null/>
Simple bean to store RGB color values