Skip to main content

Interface: NoiseFillProp

Defined in: attributes/shape/fill/implementations/noise.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/noise.ts:13


color?

optional color?: Color

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


density?

optional density?: number

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


opacity?

optional opacity?: number

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


size?

optional size?: Vector2

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


type

type: "noise"

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