Skip to main content

Interface: NoiseFillResolved

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

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


color

color: NormalizedColor

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


density

density: number

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


opacity?

optional opacity?: number

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


size

size: Vector2

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


type

type: "noise"

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