Home
last modified time | relevance | path

Searched defs:colorValue (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp183 auto colorValue = unevaluated.get<HeatmapColor>().getValue(); in updateColorRamp() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcoercion.cpp30 EvaluationResult toColor(const Value& colorValue) { in toColor()