Skip to content
bggd edited this page Nov 16, 2013 · 5 revisions
# Class Methods

Color.rgb(red = 255, green = 255, blue = 255, alpha = 255)

Color.hsv(hue = 0.0, saturation = 1.0, value = 1.0)

# Instance Attributes

c = Color.rgb()

c.r
c.g
c.b
c.a

c.h
c.s
c.v
Clone this wiki locally