UIColor.setColors()
Sets colors in the global color registry.
static setColors(values: Record<string, UIColor | string>): void;
Notes
- Call
app.remount()after setting colors to update all views.
Parameters
- values — An object mapping color names to UIColor instances or CSS color strings.
Related
class UIColor
A class that represents a single color value.
