TemplateColorScaleArgs

data class TemplateColorScaleArgs(val colorFillType: Output<TemplateColorFillType>, val colors: Output<List<TemplateDataColorArgs>>, val nullValueColor: Output<TemplateDataColorArgs>? = null) : ConvertibleToJava<TemplateColorScaleArgs>

Constructors

Link copied to clipboard
constructor(colorFillType: Output<TemplateColorFillType>, colors: Output<List<TemplateDataColorArgs>>, nullValueColor: Output<TemplateDataColorArgs>? = null)

Properties

Link copied to clipboard

Determines the color fill type.

Link copied to clipboard

Determines the list of colors that are applied to the visual.

Link copied to clipboard

Determines the color that is applied to null values.

Functions

Link copied to clipboard
open override fun toJava(): TemplateColorScaleArgs