pixel-data-js
    Preparing search index...

    Type Alias RGBA

    ALL values are 0-255 (including alpha which in CSS is 0-1)

    type RGBA = {
        a: number;
        b: number;
        g: number;
        r: number;
    }
    Index

    Properties

    a b g r

    Properties

    a: number
    b: number
    g: number
    r: number