- Edited
I tried looking to see if Godot had any existing functions to do this but there does not seem to be, unless I'm looking for the wrong thing.
Ideally, I want a function to turn HTML/Hex colors back into RGB versions. Like turning FFFFFF back to (255, 255, 255). Anyone have any pointers?