-
When I write numbers in a value, it only works if one of them is zero, but if you give a value for all three colors, then it renders emptiness, can you help ? Тhanks |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
Hey @cgkaren Could you provide a sample of how do the values you set up look like? Cheers |
Beta Was this translation helpful? Give feedback.
-
{ |
Beta Was this translation helpful? Give feedback.
-
But when I write like this, it renders or { With the best, |
Beta Was this translation helpful? Give feedback.
-
For colors in After Effects, make sure all color values are in the range from 0..1 as a floating point number. So easiest way: you can divide each number in your set by 255 to achieve that. Example: "value": [0.137, 0.784, 0.125] |
Beta Was this translation helpful? Give feedback.
-
Can you show at this example? If it's not difficult for you, thank you very much! "value": [35, 200, 32] |
Beta Was this translation helpful? Give feedback.
-
I'm writing but it still doesn't load :/ |
Beta Was this translation helpful? Give feedback.
For colors in After Effects, make sure all color values are in the range from 0..1 as a floating point number.
So easiest way: you can divide each number in your set by 255 to achieve that.
Example: "value": [0.137, 0.784, 0.125]