Star-Dust Expert Licensed User Longtime User May 15, 2021 #1 Is it possible when drawing with canvas to change from XOR mode to Paint Mode or other drawing modes? The question is about B4A, B4J and B4i
Is it possible when drawing with canvas to change from XOR mode to Paint Mode or other drawing modes? The question is about B4A, B4J and B4i
Erel B4X founder Staff member Licensed User Longtime User May 16, 2021 #2 No. Might be possible with BitmapCreator. What are you trying to draw? Maybe you can combine the negate and 'draw through' effects from BitmapCreatorEffects. Upvote 0
No. Might be possible with BitmapCreator. What are you trying to draw? Maybe you can combine the negate and 'draw through' effects from BitmapCreatorEffects.
Star-Dust Expert Licensed User Longtime User May 16, 2021 #3 Erel said: No. Might be possible with BitmapCreator. What are you trying to draw? Maybe you can combine the negate and 'draw through' effects from BitmapCreatorEffects. Click to expand... You're right, I hadn't thought about it. I am drawing a path and trying to create a NEON effect, but sometimes the overlap gives me some problems But I think with BC I can easily solve it. Thank's Upvote 0
Erel said: No. Might be possible with BitmapCreator. What are you trying to draw? Maybe you can combine the negate and 'draw through' effects from BitmapCreatorEffects. Click to expand... You're right, I hadn't thought about it. I am drawing a path and trying to create a NEON effect, but sometimes the overlap gives me some problems But I think with BC I can easily solve it. Thank's