Interface BackgroundFillFreeformGradient

Describes a freeform gradient fill of a background. Subtype of BackgroundFill.

interface BackgroundFillFreeformGradient {
    @type: "backgroundFillFreeformGradient";
    colors: number[];
}

Properties

Properties

@type: "backgroundFillFreeformGradient"
colors: number[]

A list of 3 or 4 colors of the freeform gradient in the RGB format.