Skip to main content

ColorValue

Inherits from ValueBase

ColorValue is a ValueBase that stores color.


Summary

Properties


Properties

Value

ColorValue.Value: Color

The value of this object.

Example

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