Skip to content

ColorValue

ColorValue is a ValueBase that stores color.

Inherits ValueBase

Properties

Value : Color

The value of this object.

Example

colorValue.Value = Color.New(1, 1, 1, 1)