Skip to main content

Interface: SolidFillProp

Defined in: attributes/shape/fill/implementations/color.ts:6

Properties

blend?

optional blend?: "color" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "normal"

Defined in: attributes/shape/fill/implementations/color.ts:10


color

color: Color

Defined in: attributes/shape/fill/implementations/color.ts:8


opacity?

optional opacity?: number

Defined in: attributes/shape/fill/implementations/color.ts:9


type

type: "color"

Defined in: attributes/shape/fill/implementations/color.ts:7