| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.VisualPalette
Description
Synopsis
Documentation
data VisualPalette Source #
The visual display options for the visual palette.
See: newVisualPalette smart constructor.
Constructors
| VisualPalette' | |
Fields
| |
Instances
newVisualPalette :: VisualPalette Source #
Create a value of VisualPalette with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:chartColor:VisualPalette', visualPalette_chartColor - The chart color options for the visual palette.
$sel:colorMap:VisualPalette', visualPalette_colorMap - The color map options for the visual palette.
visualPalette_chartColor :: Lens' VisualPalette (Maybe Text) Source #
The chart color options for the visual palette.
visualPalette_colorMap :: Lens' VisualPalette (Maybe [DataPathColor]) Source #
The color map options for the visual palette.