disable others.......

SVN revision: 2738
This commit is contained in:
Carsten Haitzler 2000-05-31 06:23:40 +00:00
parent f4f6d6ee47
commit 50d5d7dc8c
1 changed files with 2 additions and 1 deletions

View File

@ -844,10 +844,11 @@ int main (int argc, char **argv)
}
}
}
/*
imlib_apply_filter( "tint(x=200,y=200,w=300,h=100,alpha=100,red=155,green=25,blue=25);"\
"tint(green=20,red=20,blue=20,alpha=200,x=30,y=30);" \
"tint(green=40,red=40,blue=240,alpha=60,x=50,y=150,h=200);" );
*/
imlib_blend_image_onto_image(im_sh1, 0, 0, 0, 50, 50, 0, 0, 50, 50);
up = imlib_update_append_rect(up, 0, 0, 50, 50);
imlib_blend_image_onto_image(im_sh2, 0, 0, 0, 50, 50, 50, 0, w - 50, 50);