Skip to content
bggd edited this page Jan 16, 2014 · 5 revisions
# Class Methods

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

# hue - 0.0..360.0
# saturation and value - 0.0..1.0
Color.hsv(hue, saturation, value)

Color.gray(grayscale, alpha = 255)

# Instance Attributes

c = Color.rgb()

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

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