Beta Documentation - Subject to change.

Initializes a new color.

Syntax

Lua
function Color:Color();

Remarks

Initializes a new color set to black.

Examples

Creates a new color.
Creating a ColorCopy Code
        -- Creates a new color that defaults to transparent.
        local color = Turbine.UI.Color();

See Also