Skip to main content

Interface: ConicGradientFillProp

Defined in: attributes/shape/fill/implementations/conic-gradient.ts:7

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/conic-gradient.ts:14


center?

optional center?: Vector2

Defined in: attributes/shape/fill/implementations/conic-gradient.ts:11


colors

colors: Color[]

Defined in: attributes/shape/fill/implementations/conic-gradient.ts:9


opacity?

optional opacity?: number

Defined in: attributes/shape/fill/implementations/conic-gradient.ts:13


startAngle?

optional startAngle?: number

Defined in: attributes/shape/fill/implementations/conic-gradient.ts:12


stops?

optional stops?: number[]

Defined in: attributes/shape/fill/implementations/conic-gradient.ts:10


type

type: "conic-gradient"

Defined in: attributes/shape/fill/implementations/conic-gradient.ts:8