https://issues.apache.org/bugzilla/show_bug.cgi?id=50299
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED --- Comment #11 from Nick Burch <[email protected]> 2011-02-25 16:22:12 EST --- One snag - ctColor.getRGB() almost always returns 4 values, including the Alpha. It's only theme colours where you only get the 3, and in most cases one your construct yourself After trying a few things, the safest thing seemed to be to offer two methods, one which returns the RGB and one that returns ARGB (assuming that if it wasn't given, then the alpha if 0xFF). Hopefully that does the right thing? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
