@zeplin/extension-model
    Preparing search index...

    Interface RGBAColor

    interface RGBAColor {
        a?: number;
        b: number;
        g: number;
        r: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    a? b g r

    Properties

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