in B+ and other blitz version it was possible to change the color used for masking on the fly with the use of maskimage r,g,b in bmax it seems that's no more possible without the need to make a new or modify the current image.
for exemple with a black logo on a white background, i wan't set the masked color as black to have a hollowed logo or white to have a solid logo on a transparent background.
also with the bmax limited maskimage function, if i understand clearly i have to grab the image to 'modify it'
so this involve on a fullscreen setup
backup the screen, drawing the picture on screen, setting the mask to white or black, grab back the picture, drawback the screen backup
instead of just 'setmaskcolor r,g,b'
also with old blitz it was possible to use a picture as a 'screenbuffer' for drawing functions that is no more possible in bmax ?
i'm really disapointed with some way bmax handle graphics.
or maybe i'm missing something
for exemple with a black logo on a white background, i wan't set the masked color as black to have a hollowed logo or white to have a solid logo on a transparent background.
also with the bmax limited maskimage function, if i understand clearly i have to grab the image to 'modify it'
so this involve on a fullscreen setup
backup the screen, drawing the picture on screen, setting the mask to white or black, grab back the picture, drawback the screen backup
instead of just 'setmaskcolor r,g,b'
also with old blitz it was possible to use a picture as a 'screenbuffer' for drawing functions that is no more possible in bmax ?
i'm really disapointed with some way bmax handle graphics.
or maybe i'm missing something