Skip to content

modern-pdf-lib


modern-pdf-lib / GrayscaleColor

Interface: GrayscaleColor

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

A grayscale colour with the component in the range [0, 1].

Properties

gray

readonly gray: number

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


type

readonly type: "grayscale"

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

Released under the MIT License.