| 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.GradientStop
Description
Synopsis
Documentation
data GradientStop Source #
Determines the gradient stop configuration.
See: newGradientStop smart constructor.
Constructors
| GradientStop' | |
Instances
Arguments
| :: Double | |
| -> GradientStop |
Create a value of GradientStop 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:color:GradientStop', gradientStop_color - Determines the color.
$sel:dataValue:GradientStop', gradientStop_dataValue - Determines the data value.
$sel:gradientOffset:GradientStop', gradientStop_gradientOffset - Determines gradient offset value.
gradientStop_color :: Lens' GradientStop (Maybe Text) Source #
Determines the color.
gradientStop_dataValue :: Lens' GradientStop (Maybe Double) Source #
Determines the data value.
gradientStop_gradientOffset :: Lens' GradientStop Double Source #
Determines gradient offset value.