@motion-script/core / CurvesOptions
Interface: CurvesOptions
Defined in: attributes/shape/effects/chain.ts:283
Tone curve through control points.
Extends
Properties
channel?
optionalchannel?:CurvesChannel
Defined in: attributes/shape/effects/chain.ts:287
Channel(s) the curve applies to (default 'rgb').
mode?
optionalmode?:EffectMode
Defined in: attributes/shape/effects/effect-data.ts:83
Inherited from
EffectOptions.mode
points
points: [
number,number][]
Defined in: attributes/shape/effects/chain.ts:285
Curve control points as [input, output] pairs in 0–1.