Skip to content

white

Description

white is a Property on Color
The color white (RGB is 1,1,1).

Example
Color.white = Color.New(1, 1, 1)
local testVariable = Color.white
Usage

returns: Color