get_color()
This function has an alias sass_color()….
render_scss()
This function is typically called automatically as needed and generally does not need to be called manually.
color_brightness()
This function returns an integer between 0 (darkest) to 255 (lightest). 256 is returned to indicate false in this case….
contains()
This function is just an alias of in_array_r($needle, $haystack, ‘contains’);…