Skip to main content

Interface: SolidFillResolved

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

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:17


color

color: NormalizedColor

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


opacity?

optional opacity?: number

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


type

type: "color"

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