Dynamic Color through json
-
Hi
I was trying to map dynamic color through json.
Already figured that templater dynamic color menu appears in shape layers.
Used this scheme as json
[
{
“id”: “customer_001”,
“output”: “customer_001”,
“text_1”: “welcome”,
“text_2”: “neon city”,
“color_text_1”: “DCB7B7”,
“color_text_2”: “155AC2”,
}
]Any idea what am I doing wrong?
Is there a possibility to apply it straight in the text payer?Thanks
-
@Ridvan Text color is not a directly accessible property, but you can control the color via expressions and a Fill effect. We have a sample project on our GitHub page that demonstrates one of the ways you can approach the issue.
-
@Jon Thanks that was very helpful. Appreciate!