Skip to main content

Interface: ImageFillResolved

Defined in: attributes/shape/fill/implementations/image.ts:19

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/image.ts:27


filters?

optional filters?: MediaFilter[]

Defined in: attributes/shape/fill/implementations/image.ts:25


mode?

optional mode?: ImageFillMode

Defined in: attributes/shape/fill/implementations/image.ts:22


opacity?

optional opacity?: number

Defined in: attributes/shape/fill/implementations/image.ts:26


scaling?

optional scaling?: number

Defined in: attributes/shape/fill/implementations/image.ts:24


src

src: string

Defined in: attributes/shape/fill/implementations/image.ts:21


transform?

optional transform?: ImageTransform

Defined in: attributes/shape/fill/implementations/image.ts:23


type

type: "image"

Defined in: attributes/shape/fill/implementations/image.ts:20