POLAR reference
    Preparing search index...

    Interface RgbaColor

    Color expressed as RGB(A).

    interface RgbaColor {
        b: string;
        g: string;
        r: string;
        a?: string;
    }
    Index

    Properties

    b g r a?

    Properties

    b: string
    g: string
    r: string
    a?: string