Interface RadialGradientEffectProps

Properties of the RadialGradientEffect effect

Hierarchy

Properties

colors?: number[]

Array of colors to be used in the RadialGradientEffect

Default

[0xff000000, 0xffffffff]
height?: number

height of the RadialGradientEffect

Remarks

if not defined uses the width value

pivot?: number[]

center point of where the RadialGradientEffect is drawn

stops?: number[]

Array of color stops

width?: number

Width of the RadialGradientEffect

Generated using TypeDoc