Question - when I use the three.js editor it outputs an app.json file where color values are listed as an integer, for example:
"materials": [
{
"uuid": "26C18ACF-3733-4B92-AC67-E25A132B27D0",
"type": "MeshPhongMaterial",
"color": 16777215,
I want to modify that color directly in the JSON file to some hex or RGBA equivalent, but I have no idea how to convert to whatever system of color this JSON file is using. Anyone know how to do this?