Color
Example Token Payload
{
"id": string
"name": string
"description": string
"tokenType": "Color"
"origin": ItemOrigin | null
"value": {
"hex": string
"r": int (0-255),
"g": int (0-255),
"b": int (0-255),
"a": int (0-255),
"referencedToken": Color | null
}
}Associated functions
Last updated