MotionScript

@motion-script/core


@motion-script/core / FractalNoiseFillResolved

Interface: FractalNoiseFillResolved

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:67

Properties

angle

angle: number

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:76


basis

basis: FractalNoiseBasis

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:69


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/fractal-noise.ts:81


colors

colors: NormalizedColor[]

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:77


contrast

contrast: number

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:79


frequency

frequency: Vector2

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:71


gain

gain: number

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:73


lacunarity

lacunarity: number

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:72


octaves

octaves: number

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:70


offset

offset: Vector2

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:75


opacity?

optional opacity?: number

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:80


seed

seed: number

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:74


stops

stops: number[]

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:78


type

type: "fractalNoise"

Defined in: attributes/shape/fill/implementations/fractal-noise.ts:68