Searched defs:IconColor (Results 1 – 1 of 1) sorted by relevance
199 struct IconColor : DataDrivenPaintProperty<Color, attributes::a_fill_color, uniforms::u_fill_color>… struct200 static Color defaultValue() { return Color::black(); } in defaultValue()