Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dfill_layer_properties.hpp27 struct FillOutlineColor : DataDrivenPaintProperty<Color, attributes::a_outline_color, uniforms::u_o… struct
28 static Color defaultValue() { return {}; } in defaultValue()