[Mod]How to set GX accent color to a certain hex code?
-
dungusdotmpeg last edited by leocg
Hi, I'm generally new to programming and wanted to set the GX accent to hex code #516494 for my mod, however I don't understand how this system of Color input works. Does anybody know how I should format this? Thanks!
-
Gasterbuzzer last edited by
@dungusdotmpeg
"h" stands for hue, "s" stands for saturation and "l" stand for lightness. If you only want to change to color, change the hue value.
This here might help:
https://www.w3schools.com/colors/colors_hsl.asp -
Joshisaurio last edited by
I do know some coding although I honestly still don't know how color values work, but still if you have got your hex code you can just use a picker (I found this one https://hslpicker.com/) where you can just enter your hex code on the bottom left and get the values on the right. I hope I helped! Good luck with your mod!