modelColor

abstract fun modelColor(modelColor: String = "#ffffff"): ModelLayer
abstract fun modelColor(@ColorInt modelColor: Int): ModelLayer

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.

Parameters

modelColor

value of modelColor

abstract fun modelColor(modelColor: Expression): ModelLayer

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.

Parameters

modelColor

value of modelColor as Expression