thank for your help romero126
++
Search found 2 matches
- Mon Feb 27, 2006 9:09 pm
- Forum: PSP Lua Player Development
- Topic: screen:fillRect() does not work with alpha value on v0.16
- Replies: 3
- Views: 2071
- Mon Feb 27, 2006 2:23 am
- Forum: PSP Lua Player Development
- Topic: screen:fillRect() does not work with alpha value on v0.16
- Replies: 3
- Views: 2071
screen:fillRect() does not work with alpha value on v0.16
i use lua player v0.16 with 1.5 PSP firmware. when i do a screen:fillRect(0, 0, 100, 100, Color.new(0, 255, 0, 128)), the screen is fill with a green, but the alpha value isn't correct (full alpha). but when i do a fillRect with half alpha on an image, and i blit to screen, here the result is good. ...