Im a front end dev here... I cant seem to get this working at all. I just wanted to change a hex value to hsl and I'm going down a rabbit hole. ```$color = new Color($stripe_color);``` Why wont this work? It needs to be a string right?
Im a front end dev here...
I cant seem to get this working at all. I just wanted to change a hex value to hsl and I'm going down a rabbit hole.
$color = new Color($stripe_color);Why wont this work? It needs to be a string right?