UiColorPalette

The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5. For more information, see Using Themes in Amazon QuickSight in the Amazon QuickSight User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This color is that applies to selected states and buttons.

Link copied to clipboard

The foreground color that applies to any text or other elements that appear over the accent color.

Link copied to clipboard

The color that applies to error messages.

Link copied to clipboard

The foreground color that applies to any text or other elements that appear over the error color.

Link copied to clipboard

The color that applies to the names of fields that are identified as dimensions.

Link copied to clipboard

The foreground color that applies to any text or other elements that appear over the dimension color.

Link copied to clipboard

The color that applies to the names of fields that are identified as measures.

Link copied to clipboard

The foreground color that applies to any text or other elements that appear over the measure color.

Link copied to clipboard

The background color that applies to visuals and other high emphasis UI.

Link copied to clipboard

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.

Link copied to clipboard

The background color that applies to the sheet background and sheet controls.

Link copied to clipboard

The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

Link copied to clipboard

The color that applies to success messages, for example the check mark for a successful download.

Link copied to clipboard

The foreground color that applies to any text or other elements that appear over the success color.

Link copied to clipboard

This color that applies to warning and informational messages.

Link copied to clipboard

The foreground color that applies to any text or other elements that appear over the warning color.

Functions

Link copied to clipboard
inline fun copy(block: UiColorPalette.Builder.() -> Unit = {}): UiColorPalette
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String