When I tween 1 color to another, using rgba, it's alpha value gets set to a 6 decimal number, not a 2 decimal number that I specified. Example:
I specify a tween to this color: rgba(0, 0, 0, 0.38)
the color that actual gets set: rgba(0, 0, 0, 0.380392)
This causes a problem when I'm comparing colors in IF statements.
Does anyone know who to stop this from happening?