Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dcolor_ramp_property_value.hpp14 class ColorRampPropertyValue { class
27 ColorRampPropertyValue() : value(nullptr) {} in ColorRampPropertyValue() function in mbgl::style::ColorRampPropertyValue
28ColorRampPropertyValue(std::shared_ptr<expression::Expression> value_) : value(std::move(value_)) … in ColorRampPropertyValue() function in mbgl::style::ColorRampPropertyValue