modelColorExpression property

  1. @experimental
List<Object>? modelColorExpression
getter/setter pair

The tint color of the model layer. model-color-mix-intensity (defaults to 0) defines tint(mix) intensity - this means that, this color is not used unless model-color-mix-intensity gets value greater than 0. Default value: "#ffffff".

Implementation

@experimental
List<Object>? modelColorExpression;