Searched refs:IconColor (Results 1 – 4 of 4) sorted by relevance
199 struct IconColor : DataDrivenPaintProperty<Color, attributes::a_fill_color, uniforms::u_fill_color>… struct292 IconColor,
708 return impl().paint.template get<IconColor>().value; in getIconColor()715 impl_->paint.template get<IconColor>().value = value; in setIconColor()722 impl_->paint.template get<IconColor>().options = options; in setIconColorTransition()727 return impl().paint.template get<IconColor>().options; in getIconColorTransition()
58 auto hasIconOpacity = evaluated.get<style::IconColor>().constantOr(Color::black()).a > 0 || in evaluate()310 evaluated.get<style::IconColor>(), in iconPaintProperties()341 evaluated.get<style::IconColor>().constantOr(Color::black()).a > 0 in iconPropertyValues()
18 IconColor,