Struct aws_sdk_quicksight::model::DataColorPalette
source · #[non_exhaustive]pub struct DataColorPalette { /* private fields */ }Expand description
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.
Implementations§
source§impl DataColorPalette
impl DataColorPalette
sourcepub fn min_max_gradient(&self) -> Option<&[String]>
pub fn min_max_gradient(&self) -> Option<&[String]>
The minimum and maximum hexadecimal codes that describe a color gradient.
sourcepub fn empty_fill_color(&self) -> Option<&str>
pub fn empty_fill_color(&self) -> Option<&str>
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
source§impl DataColorPalette
impl DataColorPalette
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataColorPalette.
Trait Implementations§
source§impl Clone for DataColorPalette
impl Clone for DataColorPalette
source§fn clone(&self) -> DataColorPalette
fn clone(&self) -> DataColorPalette
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more