If anyone could just drop a list of a few colors that are in hexadecimal; 0-F, it would be greatly appreciated, I am doing some modding for a few games and need different color codes. I believe they are 12 bit but I am not sure, please correct me in a post below if I am wrong.
An example of a color code in hexadecimal:
-Layout:
- (red) (green) (blue)
- Each color has 4 bits : like 40, or F4
-Example:
- 00 00 00 00 43 48 00 00 43 48 00 00 - I believe this is Cyan, I am not sure though.
I have googled for hours but nothing, research is not my strong point anyways.