MotionScript

@motion-script/core


@motion-script/core / CurvesFilterOptions

Interface: CurvesFilterOptions

Defined in: attributes/shape/filters/chain.ts:91

Tone curve through control points.

Properties

channel?

optional channel?: CurvesChannel

Defined in: attributes/shape/filters/chain.ts:95

Channel(s) to apply the curve to (default 'rgb').


points

points: [number, number][]

Defined in: attributes/shape/filters/chain.ts:93

Curve control points as [input, output] pairs in [0, 1].