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 anotherColorVariable
into this variable.CopyTo(ColorVariable)
- Copies the value from this variable into anotherColorVariable
.