"description":"Color fields are special, they can be either an RGB, or a `#RRGGBB` field (or RGBA or `AARRGGBB`). If RGB(A), the channels are from 0 to 1. If the string `#AARRGGBB`, then the values are hex from 00 to ff.",
"type":"object",
"title":"Particle Appearance Tinting Component For 1.10.0",
"additionalProperties":false,
"properties":{
"color":{
"title":"Color",
"anyOf":[
{"type":"array","description":"Direct color field","items":{"$ref":"../../../molang/number.json"}},
{"type":"string","format":"color-hex","description":"Direct color field"},