ya-ocr
    Preparing search index...

    Type Alias Color

    type Color = {
        a: number;
        b: number;
        g: number;
        Points: OCRPoint[];
        r: number;
        x: number;
        y: number;
    }
    Index
    a: number
    b: number
    g: number
    Points: OCRPoint[]
    r: number
    x: number
    y: number