evaluateColor

open override fun evaluateColor(feature: Cesium3DTileFeature, result: Color?): Color(source)

Evaluates the result of a Color expression, using the values defined by a feature.

This is equivalent to ConditionsExpression.evaluate but always returns a Color object.

Return

The modified result parameter or a new Color instance if one was not provided.

Parameters

feature

The feature whose properties may be used as variables in the expression.

result

The object in which to store the result

See also