Represents a CIM fill-like object with an optional color property.

interface CIMFillLike {
    color?: ColorInput;
}

Properties

Properties

color?: ColorInput

The color of the fill.