Skip to content

modern-pdf-lib


modern-pdf-lib / ColorStop

Interface: ColorStop

Defined in: src/core/patterns.ts:43

A colour stop in a gradient, specifying the position (0..1) and colour.

Properties

color

readonly color: Color

Defined in: src/core/patterns.ts:45


offset

readonly offset: number

Defined in: src/core/patterns.ts:44

Released under the MIT License.