Legato.Lang.RGBColor

Simple bean to store RGB color values

Summary
Legato.Lang.RGBColorSimple bean to store RGB color values
Properties
r{Integer} the red value (0-255)
g{Integer} the green value (0-255)
b{Integer} the blue value (0-255)

Properties

r

{Integer} the red value (0-255)

g

{Integer} the green value (0-255)

b

{Integer} the blue value (0-255)