Skip to content

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 ​

PropertyTypeDefined in
colorstringpackages/core/src/gradient/types.ts:3
offset?numberpackages/core/src/gradient/types.ts:4