Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 7.x
Language Found: English
Description
The last two lines of the "interpolate" method:
var newColor:uint = newR << 16 | newG << 8 | newB;
return newR << 16 | newG << 8 | newB;
Just return (newColor);
Sorry to be lame/picky, just saw that and thought we don't need to do the calc twice.