Export Layer Color - Inaccurate RGBA conversion
Hello,
I'm trying to export layer colours with my own AE scripts with the 'Color' property on each 'Effects' (
For example, this is an array I exported from AE:
0.66467523574829
0.24122732877731
0.10007803142071
1
The background color is white, so background RGBs are all zero.
The conversion should be simply multiplying those RGBs by 255, and I got these:
169.4921851158
61.51296883821405
25.51989801228105
Does anyone have a clue why those values not even close to integers...?
