rgba()
unRgba()
$colors
$rgbRegex
$rgbaRegex
rgba(string $color, float $alpha) : string
string
float
string
Returns the original color if an RGBA match cannot be madeunRgba(string $color) : string
Supports named color, #abc, #abcdef and rgb(a)
string
string
$colors : array
Matches the list provided in color_picker.js
$rgbRegex : string
Components captured to 1=r, 2=g, 3=b.
$rgbaRegex : string
Components captured to 1=r, 2=g, 3=b, 4=a.