Class: Aws::QuickSight::Types::DataColorPalette
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataColorPalette
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#colors ⇒ Array<String>
The hexadecimal codes for the colors.
-
#empty_fill_color ⇒ String
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
-
#min_max_gradient ⇒ Array<String>
The minimum and maximum hexadecimal codes that describe a color gradient.
Instance Attribute Details
#colors ⇒ Array<String>
The hexadecimal codes for the colors.
8057 8058 8059 8060 8061 8062 8063 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8057 class DataColorPalette < Struct.new( :colors, :min_max_gradient, :empty_fill_color) SENSITIVE = [] include Aws::Structure end |
#empty_fill_color ⇒ String
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
8057 8058 8059 8060 8061 8062 8063 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8057 class DataColorPalette < Struct.new( :colors, :min_max_gradient, :empty_fill_color) SENSITIVE = [] include Aws::Structure end |
#min_max_gradient ⇒ Array<String>
The minimum and maximum hexadecimal codes that describe a color gradient.
8057 8058 8059 8060 8061 8062 8063 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8057 class DataColorPalette < Struct.new( :colors, :min_max_gradient, :empty_fill_color) SENSITIVE = [] include Aws::Structure end |