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
readonlyb:number
Defined in: src/core/operators/color.ts:19
g
readonlyg:number
Defined in: src/core/operators/color.ts:18
r
readonlyr:number
Defined in: src/core/operators/color.ts:17
type
readonlytype:"rgb"
Defined in: src/core/operators/color.ts:16