UIColorPalette.Builder |
UIColorPalette.Builder.accent(String accent) |
This color is that applies to selected states and buttons.
|
UIColorPalette.Builder |
UIColorPalette.Builder.accentForeground(String accentForeground) |
The foreground color that applies to any text or other elements that appear over the accent color.
|
static UIColorPalette.Builder |
UIColorPalette.builder() |
|
UIColorPalette.Builder |
UIColorPalette.Builder.danger(String danger) |
The color that applies to error messages.
|
UIColorPalette.Builder |
UIColorPalette.Builder.dangerForeground(String dangerForeground) |
The foreground color that applies to any text or other elements that appear over the error color.
|
UIColorPalette.Builder |
UIColorPalette.Builder.dimension(String dimension) |
The color that applies to the names of fields that are identified as dimensions.
|
UIColorPalette.Builder |
UIColorPalette.Builder.dimensionForeground(String dimensionForeground) |
The foreground color that applies to any text or other elements that appear over the dimension color.
|
UIColorPalette.Builder |
UIColorPalette.Builder.measure(String measure) |
The color that applies to the names of fields that are identified as measures.
|
UIColorPalette.Builder |
UIColorPalette.Builder.measureForeground(String measureForeground) |
The foreground color that applies to any text or other elements that appear over the measure color.
|
UIColorPalette.Builder |
UIColorPalette.Builder.primaryBackground(String primaryBackground) |
The background color that applies to visuals and other high emphasis UI.
|
UIColorPalette.Builder |
UIColorPalette.Builder.primaryForeground(String primaryForeground) |
The color of text and other foreground elements that appear over the primary background regions, such as grid
lines, borders, table banding, icons, and so on.
|
UIColorPalette.Builder |
UIColorPalette.Builder.secondaryBackground(String secondaryBackground) |
The background color that applies to the sheet background and sheet controls.
|
UIColorPalette.Builder |
UIColorPalette.Builder.secondaryForeground(String secondaryForeground) |
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the
secondary background.
|
UIColorPalette.Builder |
UIColorPalette.Builder.success(String success) |
The color that applies to success messages, for example the check mark for a successful download.
|
UIColorPalette.Builder |
UIColorPalette.Builder.successForeground(String successForeground) |
The foreground color that applies to any text or other elements that appear over the success color.
|
UIColorPalette.Builder |
UIColorPalette.toBuilder() |
|
UIColorPalette.Builder |
UIColorPalette.Builder.warning(String warning) |
This color that applies to warning and informational messages.
|
UIColorPalette.Builder |
UIColorPalette.Builder.warningForeground(String warningForeground) |
The foreground color that applies to any text or other elements that appear over the warning color.
|