Query - After utilizing the three.js editor, I noticed that it generates an app.json file where color values are displayed as integers, like this:
"materials": [
{
"uuid": "26C18ACF-3733-4B92-AC67-E25A132B27D0",
"type": "MeshPhongMaterial",
"color": 16777215,
I am looking to directly adjust the color in the JSON file to a hex or RGBA equivalent, but I am unsure of how to convert it to the color system used by this JSON file. Can anyone provide guidance on how to accomplish this?