Struct aws_sdk_quicksight::model::ColorScale
source · #[non_exhaustive]pub struct ColorScale { /* private fields */ }
Expand description
Determines the color scale that is applied to the visual.
Implementations§
source§impl ColorScale
impl ColorScale
sourcepub fn colors(&self) -> Option<&[DataColor]>
pub fn colors(&self) -> Option<&[DataColor]>
Determines the list of colors that are applied to the visual.
sourcepub fn color_fill_type(&self) -> Option<&ColorFillType>
pub fn color_fill_type(&self) -> Option<&ColorFillType>
Determines the color fill type.
sourcepub fn null_value_color(&self) -> Option<&DataColor>
pub fn null_value_color(&self) -> Option<&DataColor>
Determines the color that is applied to null values.
source§impl ColorScale
impl ColorScale
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColorScale
.
Trait Implementations§
source§impl Clone for ColorScale
impl Clone for ColorScale
source§fn clone(&self) -> ColorScale
fn clone(&self) -> ColorScale
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 moresource§impl Debug for ColorScale
impl Debug for ColorScale
source§impl PartialEq<ColorScale> for ColorScale
impl PartialEq<ColorScale> for ColorScale
source§fn eq(&self, other: &ColorScale) -> bool
fn eq(&self, other: &ColorScale) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.