rgb

rgb(color: string): { 
    include: boolean, 
    matchs: RegExpMatchArray | null, 
    groups: Array<{ 
        R: string | undefined,
        G: string | undefined,
        B: string | undefined,
        A: string | undefined
    } | null> | null
}

Last updated