Syntax
Lua |
---|
function Color:Color(); |
Remarks
Initializes a new color set to black.
Examples
Creates a new color.
Creating a Color | ![]() |
---|---|
-- Creates a new color that defaults to transparent. local color = Turbine.UI.Color(); |