convert hex string into int r,g,b
in
Programming Questions
•
3 years ago
hello all, first post.
can someone please point me in the right direction for converting a hex color string into 3 int values r, g, b ?
unhex() will convert a hex to int, i just don't know how to convert this int into 3 discreet values for each color channel... or from the hex string directly into the 3 values.
*relp!*, thanks for reading
can someone please point me in the right direction for converting a hex color string into 3 int values r, g, b ?
unhex() will convert a hex to int, i just don't know how to convert this int into 3 discreet values for each color channel... or from the hex string directly into the 3 values.
*relp!*, thanks for reading
1