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

Class: Aws::QuickSight::Types::DataColorPalette

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

Overview

Note:

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

{
  colors: ["HexColor"],
  min_max_gradient: ["HexColor"],
  empty_fill_color: "HexColor",
}

The theme colors that are used for data colors in charts. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#colorsArray<String>

The hexadecimal codes for the colors.

Returns:

  • (Array<String>)

    The hexadecimal codes for the colors.

#empty_fill_colorString

The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

Returns:

  • (String)

    The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

#min_max_gradientArray<String>

The minimum and maximum hexadecimal codes that describe a color gradient.

Returns:

  • (Array<String>)

    The minimum and maximum hexadecimal codes that describe a color gradient.