Is there any way to use Hex colors instead of RGB

Is there any way to use hexadecimal colour codes instead of using RGB colour codes to make colours?

make a hexadecimal-to-decimal convertor :slight_smile:

I did think about using that, but it is too much, I am using like two thousand colours.

Make a mathematical procedure to convert rgb to integer color.

Show how you use these 2000 colors, then we will advise something that will optimize the procedure.


does this help?

and here is your procedure (should be draggable). Will work with 6 digit and 8 digit hex colour values

Example usage:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.