UI.colors
An object containing all available color references.
const colors: typeof UIColor.defaults;
Related
namespace UI
A namespace that contains functions for building a declarative UI using view builders.UIColor.defaults static
An object containing all standard color references.UIColor.getColor() static
Returns a color reference by name.
