Struct aws_sdk_quicksight::model::UiColorPalette
source · #[non_exhaustive]pub struct UiColorPalette { /* private fields */ }Expand description
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.
Implementations§
source§impl UiColorPalette
impl UiColorPalette
sourcepub fn primary_foreground(&self) -> Option<&str>
pub fn primary_foreground(&self) -> Option<&str>
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.
sourcepub fn primary_background(&self) -> Option<&str>
pub fn primary_background(&self) -> Option<&str>
The background color that applies to visuals and other high emphasis UI.
sourcepub fn secondary_foreground(&self) -> Option<&str>
pub fn secondary_foreground(&self) -> Option<&str>
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
sourcepub fn secondary_background(&self) -> Option<&str>
pub fn secondary_background(&self) -> Option<&str>
The background color that applies to the sheet background and sheet controls.
sourcepub fn accent(&self) -> Option<&str>
pub fn accent(&self) -> Option<&str>
This color is that applies to selected states and buttons.
sourcepub fn accent_foreground(&self) -> Option<&str>
pub fn accent_foreground(&self) -> Option<&str>
The foreground color that applies to any text or other elements that appear over the accent color.
sourcepub fn danger_foreground(&self) -> Option<&str>
pub fn danger_foreground(&self) -> Option<&str>
The foreground color that applies to any text or other elements that appear over the error color.
sourcepub fn warning(&self) -> Option<&str>
pub fn warning(&self) -> Option<&str>
This color that applies to warning and informational messages.
sourcepub fn warning_foreground(&self) -> Option<&str>
pub fn warning_foreground(&self) -> Option<&str>
The foreground color that applies to any text or other elements that appear over the warning color.
sourcepub fn success(&self) -> Option<&str>
pub fn success(&self) -> Option<&str>
The color that applies to success messages, for example the check mark for a successful download.
sourcepub fn success_foreground(&self) -> Option<&str>
pub fn success_foreground(&self) -> Option<&str>
The foreground color that applies to any text or other elements that appear over the success color.
sourcepub fn dimension(&self) -> Option<&str>
pub fn dimension(&self) -> Option<&str>
The color that applies to the names of fields that are identified as dimensions.
sourcepub fn dimension_foreground(&self) -> Option<&str>
pub fn dimension_foreground(&self) -> Option<&str>
The foreground color that applies to any text or other elements that appear over the dimension color.
sourcepub fn measure(&self) -> Option<&str>
pub fn measure(&self) -> Option<&str>
The color that applies to the names of fields that are identified as measures.
sourcepub fn measure_foreground(&self) -> Option<&str>
pub fn measure_foreground(&self) -> Option<&str>
The foreground color that applies to any text or other elements that appear over the measure color.
source§impl UiColorPalette
impl UiColorPalette
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UiColorPalette.
Trait Implementations§
source§impl Clone for UiColorPalette
impl Clone for UiColorPalette
source§fn clone(&self) -> UiColorPalette
fn clone(&self) -> UiColorPalette
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more