Skip to content

modern-pdf-lib


modern-pdf-lib / NormalizedStop

Interface: NormalizedStop

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

A normalised colour stop with explicit offset and RGB values.

Properties

b

readonly b: number

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


g

readonly g: number

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


offset

readonly offset: number

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


r

readonly r: number

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

Released under the MIT License.