I'm currently trying to use Nokia API.
I want to use DirectGraphic in a full canvas and use alpha channel. My current Native pixel format is 4444 (on both emulator and true 7650).
I first get problems using setARGBColor since the channel value was -1 when i used getAlphaComponent(). Then, i understood that the argument of this method should be in the native pixel format.
(gg is my Gprahics object and dgg is the DirectGraphic built from gg)
I get non-transparent Blue (or white for the first case) for both triangles and squares on emulator (I use Nokia Serie 60 Midp sdk Beta 1)
And on Real 7650, I get no triangles at all, and blue black and green squares.