Searched refs:BackgroundColor (Results 1 – 5 of 5) sorted by relevance
76 return impl().paint.template get<BackgroundColor>().value; in getBackgroundColor()83 impl_->paint.template get<BackgroundColor>().value = value; in setBackgroundColor()90 impl_->paint.template get<BackgroundColor>().options = options; in setBackgroundColorTransition()95 return impl().paint.template get<BackgroundColor>().options; in getBackgroundColorTransition()
15 struct BackgroundColor : PaintProperty<Color> { struct28 BackgroundColor,
80 USHORT BackgroundColor; member
112 uniforms::u_color::Value{ evaluated.get<BackgroundColor>() }, in render()
311 backgroundColor = paint.get<BackgroundColor>() * paint.get<BackgroundOpacity>(); in render()