set Color Property
fun setColorProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, @ColorInt value: Int)
Set a color property's value on the view model instance.
Parameters
view Model Instance Handle
The handle of the view model instance that the property belongs to.
property Path
The path to the property that should be updated. Slash delimited.
value
The new value of the property, as an AARRGGBB ColorInt.
Throws
If the CommandQueue has been released.