Interface BackgroundFillSolid

The background is filled using the selected color.

interface BackgroundFillSolid {
    color: number;
    type: "solid";
}

Properties

Properties

color: number

The color of the background fill in the RGB24 format

type: "solid"

Type of the background fill, always “solid”