Searched refs:colorValue (Results 1 – 2 of 2) sorted by relevance
30 EvaluationResult toColor(const Value& colorValue) { in toColor() argument31 return colorValue.match( in toColor()58 …"Invalid rbga value " + stringify(colorValue) + ": expected an array containing either three or fo… in toColor()64 "Could not parse color from value '" + stringify(colorValue) + "'" in toColor()
183 auto colorValue = unevaluated.get<HeatmapColor>().getValue(); in updateColorRamp() local184 if (colorValue.isUndefined()) { in updateColorRamp()185 colorValue = HeatmapLayer::getDefaultHeatmapColor(); in updateColorRamp()191 const auto color = colorValue.evaluate(static_cast<double>(i) / length); in updateColorRamp()