Searched refs:PaintProperty (Results 1 – 10 of 10) sorted by relevance
15 struct RasterOpacity : PaintProperty<float> {19 struct RasterHueRotate : PaintProperty<float> {23 struct RasterBrightnessMin : PaintProperty<float> {27 struct RasterBrightnessMax : PaintProperty<float> {31 struct RasterSaturation : PaintProperty<float> {35 struct RasterContrast : PaintProperty<float> {39 struct RasterResampling : PaintProperty<RasterResamplingType> {43 struct RasterFadeDuration : PaintProperty<float> {
15 struct HillshadeIlluminationDirection : PaintProperty<float> {19 struct HillshadeIlluminationAnchor : PaintProperty<HillshadeIlluminationAnchorType> {23 struct HillshadeExaggeration : PaintProperty<float> {27 struct HillshadeShadowColor : PaintProperty<Color> {31 struct HillshadeHighlightColor : PaintProperty<Color> {35 struct HillshadeAccentColor : PaintProperty<Color> {
31 struct CircleTranslate : PaintProperty<std::array<float, 2>> {35 struct CircleTranslateAnchor : PaintProperty<TranslateAnchorType> {39 struct CirclePitchScale : PaintProperty<CirclePitchScaleType> {43 struct CirclePitchAlignment : PaintProperty<AlignmentType> {
15 struct FillExtrusionOpacity : PaintProperty<float> {23 struct FillExtrusionTranslate : PaintProperty<std::array<float, 2>> {27 struct FillExtrusionTranslateAnchor : PaintProperty<TranslateAnchorType> {
15 struct FillAntialias : PaintProperty<bool> {31 struct FillTranslate : PaintProperty<std::array<float, 2>> {35 struct FillTranslateAnchor : PaintProperty<TranslateAnchorType> {
15 struct BackgroundColor : PaintProperty<Color> {23 struct BackgroundOpacity : PaintProperty<float> {
23 struct HeatmapIntensity : PaintProperty<float> {29 struct HeatmapOpacity : PaintProperty<float> {
215 struct IconTranslate : PaintProperty<std::array<float, 2>> {219 struct IconTranslateAnchor : PaintProperty<TranslateAnchorType> {243 struct TextTranslate : PaintProperty<std::array<float, 2>> {247 struct TextTranslateAnchor : PaintProperty<TranslateAnchorType> {
43 struct LineTranslate : PaintProperty<std::array<float, 2>> {47 struct LineTranslateAnchor : PaintProperty<TranslateAnchorType> {
17 class PaintProperty { class