Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GradientOpts<T>

Type parameters

Hierarchy

Index

Properties

Optional easing

easing: FnN

Easing function

Optional mix

mix: ColorMixFn<T>

Interpolation function

num

num: number

Number of colors to generate

stops

stops: GradientColorStop<T>[]

Gradient color stops, each a [pos, color]

Generated using TypeDoc