On 2/17/17, 10:24 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>Hi, > >Looking at SimpleCSSStyles I can see a property called backgroundAlpha, >but there is no CSS property called backgroundAlpha and as far as I can >tell SimpleCSSValueImpl does nothing special with backgroundAlpha. I >think it needs to be converted to the corresponding CSS style opacity? Looks like I copied that in from Flex. Opacity is alpha I think. From a quick internet search, it supports your thought that backgroundAlpha is really the alpha channel in RGBA for backgroundColor. It might be better to remove backgroundAlpha from SimpleCSSStyles and see make RGBA works for backgroundColor. But again, because of PAYG, keep an eye out for how much code it is to support the alpha channel in SolidBackgroundColor. It might need to be a separate bead. My 2 cents, -Alex