Searched refs:TextColor (Results 1 – 4 of 4) sorted by relevance
227 struct TextColor : DataDrivenPaintProperty<Color, attributes::a_fill_color, uniforms::u_fill_color>… struct299 TextColor,
897 return impl().paint.template get<TextColor>().value; in getTextColor()904 impl_->paint.template get<TextColor>().value = value; in setTextColor()911 impl_->paint.template get<TextColor>().options = options; in setTextColorTransition()916 return impl().paint.template get<TextColor>().options; in getTextColorTransition()
60 auto hasTextOpacity = evaluated.get<style::TextColor>().constantOr(Color::black()).a > 0 || in evaluate()322 evaluated.get<style::TextColor>(), in textPaintProperties()354 evaluated.get<style::TextColor>().constantOr(Color::black()).a > 0 in textPropertyValues()
28 TextColor,