On 10/26/16, 11:59 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>There’s also an issue that Flash uses ARGB, while the default in browsers >seems to be RGBA. > >I think simply avoiding uint representations of RGBA is the simplest >solution… Not quite sure what you mean by that. Are you suggesting that we add an RGB and RGBA class and use it instead of uint in our APIs? I think that might be worth a try. It looks like there is an RGBColor class in JS.swc already. Thoughts? -Alex