Documentation / @ripl/core / GradientColorStop
Interface: GradientColorStop ​
Defined in: packages/core/src/gradient/types.ts:2
A single color stop within a gradient, consisting of a CSS color and an optional offset position.
Properties ​
| Property | Type | Defined in |
|---|---|---|
color | string | packages/core/src/gradient/types.ts:3 |
offset? | number | packages/core/src/gradient/types.ts:4 |