Craft\ImagerVariable::hex2rgb PHP Method

hex2rgb() public method

Converts a hex color value to rgb
public hex2rgb ( string $color ) : array
$color string
return array
    public function hex2rgb($color)
    {
        return Imager_ColorService::hex2rgb($color);
    }