Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ColorScale

import type { ColorScale } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

Determines the color scale that is applied to the visual.

interface ColorScale {
ColorFillType: ColorFillType;
Colors: DataColor[];
NullValueColor?: DataColor | null;
}

§Properties

§
ColorFillType: ColorFillType
[src]

Determines the color fill type.

§
Colors: DataColor[]
[src]

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

§
NullValueColor?: DataColor | null
[src]

Determines the color that is applied to null values.