Interface: ColorStop
texture/gradient.ColorStop
Represents a color stop on the canvas gradient.
field
offset
Where the stop is along the gradient (between 0 and 1).
field
color
The color at the stop
Properties
color
โข color: Color
Defined in
src/texture/gradient.ts:27
offset
โข offset: number
Defined in
src/texture/gradient.ts:26