we found where in xml file of project is indicated the color of some object
in our case existing color is
in hex = #08FFFF
in RGB = [8,255,255]
and this color in xml is represented as in following print screen
first is alpha channel
in these code
<cdat bdata="406fe00000000000402000000fe00000406fe00000000000406fe00000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 00000000000000000000"/>
seems that:
8 is represented as "00000402000000fe"
255 is represented as "00000406fe000000"
so we need to know how it was coded, in order to be able to put our own color without entering in AAe
[Moved by a moderator into the After Effects Scripting forum]