MotionScript

@motion-script/core


@motion-script/core / TextureOptions

Interface: TextureOptions

Defined in: attributes/shape/effects/chain.ts:382

Image overlay for material looks. Scalar shorthand sets amount.

Extends

Properties

amount?

optional amount?: number

Defined in: attributes/shape/effects/chain.ts:386

0–1 blend strength (default 1).


angle?

optional angle?: number

Defined in: attributes/shape/effects/chain.ts:392

Rotation in degrees (default 0).


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/effects/chain.ts:388

How it composites (default 'multiply').


mode?

optional mode?: EffectMode

Defined in: attributes/shape/effects/effect-data.ts:83

Inherited from

EffectOptions.mode


scale?

optional scale?: number

Defined in: attributes/shape/effects/chain.ts:390

1 covers the node once; 2 tiles it at half size (default 1).


src

src: string

Defined in: attributes/shape/effects/chain.ts:384

Image path, resolved like an image fill's src.