Interface SolidFillValues

interface SolidFillValues {
    color: AdjustedColor;
    fillType: Solid;
}

Hierarchy (view full)

Properties

Properties

The solid color

fillType: Solid

If null then the fill type will inherit.