for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Deprecated functions
*
* @package LSX Customizer
* @author LightSpeed
* @license GPL3
* @link
* @copyright 2016 LightSpeed
*/
* Converts a HEX value to RGB.
function lsx_customizer_colour__hex2rgb( $color ) {
return LSX_Customizer_Colour::hex2rgb( $color );
}