Skip to main content

Interface: LinearGradientFillResolved

Defined in: attributes/shape/fill/implementations/linear-gradient.ts:17

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/linear-gradient.ts:24


colors

colors: NormalizedColor[]

Defined in: attributes/shape/fill/implementations/linear-gradient.ts:19


end

end: Vector2

Defined in: attributes/shape/fill/implementations/linear-gradient.ts:22


opacity?

optional opacity?: number

Defined in: attributes/shape/fill/implementations/linear-gradient.ts:23


start

start: Vector2

Defined in: attributes/shape/fill/implementations/linear-gradient.ts:21


stops

stops: number[]

Defined in: attributes/shape/fill/implementations/linear-gradient.ts:20


type

type: "linear-gradient"

Defined in: attributes/shape/fill/implementations/linear-gradient.ts:18