Color

Predefined Colors

Function Status Description
color.black Black color
color.blue Blue color
color.gray Gray color
color.green Green color
color.lime Lime color
color.maroon Maroon color
color.red Red color
color.white White color
color.aqua   Aqua color
color.fuchsia   Fuchsia color
color.navy   Navy color
color.olive   Olive color
color.orange   Orange color
color.purple   Purple color
color.silver   Silver color
color.teal   Teal color
color.yellow   Yellow color

Color Functions

Function Status Description
color.new() Create new color
color.rgb() Create color from RGB values
color.b()   Get blue component
color.from_gradient()   Create color from gradient
color.g()   Get green component
color.r()   Get red component
color.t()   Get transparency component