How do I convert my hexifer colors (e.g. 0000FF, FF00FF) to an arithmetic RGB format (e.g. 0 0 1, 1 0 1)?
I want to implement a command for this in some of my perl scripts, but I donβt even know how to do it manually.
Can someone help me do this in perl or even show me how to do it manually so that I can come up with my own perl command?
source share