pdfrx_web
    Preparing search index...

    Interface PdfAnnotationColor

    An RGBA color, each channel 0-255.

    interface PdfAnnotationColor {
        a: number;
        b: number;
        g: number;
        r: number;
    }
    Index
    a b g r
    a: number
    b: number
    g: number
    r: number