ColorVariable

Derives from RuntimeVariable<T>.

Description

Represents an observable Color value that can be shared and modified throughout the application.

Public Methods

  • CopyFrom(ColorVariable) - Copies the value of another ColorVariable into this variable.
  • CopyTo(ColorVariable) - Copies the value from this variable into another ColorVariable.