Post Reply 
translucent grob
05-12-2016, 07:00 PM (This post was last modified: 05-12-2016 07:02 PM by fabila.)
Post: #1
translucent grob
I'm trying to paste a translucent grob over another, and that is in the background I can not see , get a black background.
This did not happen in previous firmware
In the following program expected to see a blue rectangle on a white background

Estoy intentando pegar un grob translucido sobre otro, y el que esta en el fondo no lo puedo ver, obtengo un fondo negro.
Esto no sucedía en anteriores firmware.
En el siguiente programa esperaba ver un rectángulo azul sobre fondo blanco

PHP Code:
EXPORT nuevo_programa()
BEGIN
dimgrob_p
(G1,320,240);
dimgrob_p(G2,320,240,RGB(255,0,0,128));
rect_p(G2,100,100,150,150,RGB(0,0,255));
BLIT_P(G1,G2);
BLIT_p(G2);
WAIT();
END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
translucent grob - fabila - 05-12-2016 07:00 PM
RE: translucent grob - Carlos295pz - 05-13-2016, 03:24 PM
RE: translucent grob - fabila - 05-13-2016, 05:32 PM
RE: translucent grob - fabila - 05-13-2016, 06:31 PM
RE: translucent grob - Carlos295pz - 05-13-2016, 10:16 PM



User(s) browsing this thread: 1 Guest(s)