Android Question [XUI] [B4X] B4XCanvas

Star-Dust

Expert
Licensed User
Longtime User
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
 

Star-Dust

Expert
Licensed User
Longtime User
No. Might be possible with BitmapCreator.

What are you trying to draw? Maybe you can combine the negate and 'draw through' effects from BitmapCreatorEffects.
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
1-gif.113484


But I think with BC I can easily solve it. Thank's
 
Upvote 0
Top