Colors
public class Colors
The default ColorSchemes for the application, there are settngs for four different
common scenarios: base
is the set of colors that is used for most of your application
UI. dialog
is the color scheme that is used for popup dialogs, usually they offer
some contrast over the default colors; menu
is used for the top-level menus, and
error
is intended to have a set of attributes suitable to display error messages.
-
The base color scheme is used for the main UI elements in the application
Declaration
Swift
public static var base: ColorScheme { get }
-
Undocumented
Declaration
Swift
public static var dialog: ColorScheme { get }
-
The color scheme to display the top application menu bar.
Declaration
Swift
public static var menu: ColorScheme { get }
-
The color scheme used to display error messages
Declaration
Swift
public static var error: ColorScheme { get }