| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataColor |
ColorScale.nullValueColor()
Determines the color that is applied to null values.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataColor> |
ColorScale.colors()
Determines the list of colors that are applied to the visual.
|
| Modifier and Type | Method and Description |
|---|---|
ColorScale.Builder |
ColorScale.Builder.colors(DataColor... colors)
Determines the list of colors that are applied to the visual.
|
ColorScale.Builder |
ColorScale.Builder.nullValueColor(DataColor nullValueColor)
Determines the color that is applied to null values.
|
| Modifier and Type | Method and Description |
|---|---|
ColorScale.Builder |
ColorScale.Builder.colors(Collection<DataColor> colors)
Determines the list of colors that are applied to the visual.
|
Copyright © 2023. All rights reserved.