Skip to main content

Interface: ImageFillProp

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

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


filters?

optional filters?: MediaFilter[]

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


mode?

optional mode?: ImageFillMode

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


opacity?

optional opacity?: number

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


scaling?

optional scaling?: number

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


src

src: string

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


transform?

optional transform?: ImageTransform

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


type

type: "image"

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