Compresses a CSS hex color code. If the string passed is already a short form color code or it is a long form color code that cannot be shortened, the color is returned unmodified. If a long form ...
Converts a CSS hex color code to an array containing red, green, blue and alpha values. Returns an array containing the [red, green, blue, alpha] values of color. Red, green and blue values are in the ...