You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::UIColorPalette

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UIColorPalette as input to an Aws::Client method, you can use a vanilla Hash:

{
  primary_foreground: "HexColor",
  primary_background: "HexColor",
  secondary_foreground: "HexColor",
  secondary_background: "HexColor",
  accent: "HexColor",
  accent_foreground: "HexColor",
  danger: "HexColor",
  danger_foreground: "HexColor",
  warning: "HexColor",
  warning_foreground: "HexColor",
  success: "HexColor",
  success_foreground: "HexColor",
  dimension: "HexColor",
  dimension_foreground: "HexColor",
  measure: "HexColor",
  measure_foreground: "HexColor",
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#accentString

This color is that applies to selected states and buttons.

Returns:

  • (String)

    This color is that applies to selected states and buttons.

#accent_foregroundString

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

Returns:

  • (String)

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

#dangerString

The color that applies to error messages.

Returns:

  • (String)

    The color that applies to error messages.

#danger_foregroundString

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

Returns:

  • (String)

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

#dimensionString

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

Returns:

  • (String)

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

#dimension_foregroundString

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

Returns:

  • (String)

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

#measureString

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

Returns:

  • (String)

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

#measure_foregroundString

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

Returns:

  • (String)

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

#primary_backgroundString

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

Returns:

  • (String)

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

#primary_foregroundString

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.

Returns:

  • (String)

    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.

#secondary_backgroundString

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

Returns:

  • (String)

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

#secondary_foregroundString

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

Returns:

  • (String)

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

#successString

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

Returns:

  • (String)

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

#success_foregroundString

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

Returns:

  • (String)

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

#warningString

This color that applies to warning and informational messages.

Returns:

  • (String)

    This color that applies to warning and informational messages.

#warning_foregroundString

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

Returns:

  • (String)

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