Skip to content

modern-pdf-lib


modern-pdf-lib / RgbColor

Interface: RgbColor

Defined in: src/core/operators/color.ts:15

An RGB colour with components in the range [0, 1].

Properties

b

readonly b: number

Defined in: src/core/operators/color.ts:19


g

readonly g: number

Defined in: src/core/operators/color.ts:18


r

readonly r: number

Defined in: src/core/operators/color.ts:17


type

readonly type: "rgb"

Defined in: src/core/operators/color.ts:16

Released under the MIT License.