Interface BackgroundFillSolid

Describes a fill of a background. Subtype of BackgroundFill.

interface BackgroundFillSolid {
    @type: "backgroundFillSolid";
    color: number;
}

Properties

Properties

@type: "backgroundFillSolid"
color: number

A color of the background in the RGB format.