Skip to content
Paavo Bennett edited this page Nov 5, 2016 · 5 revisions

Constructor Summary

Color:new()
Color:new(Number red, Number green, Number blue, Number alpha)

Method Summary

Number getRed()

Gets the red of the color.

Number getGreen()

Gets the green of the color.

Number getBlue()

Gets the blue of the color.

Number getAlpha()

Gets the alpha of the color.

Clone this wiki locally