@willwade/aac-processors
    Preparing search index...

    Function hexToRgba

    • Convert hex color to RGBA object

      Parameters

      • hex: string

        Hex color string (#RRGGBB or #RRGGBBAA)

      Returns { a: number; b: number; g: number; r: number }

      RGBA object with r, g, b, a properties (0-1 for alpha)