@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface GradientStop

    One colour stop of a GradientSpec.

    interface GradientStop {
        offset: number;
        rgb: number;
    }
    Index

    Properties

    Properties

    offset: number

    Position along the gradient axis, 01.

    rgb: number

    Colour, packed 0xRRGGBB.