I modify a sprite with a shader effect on construct 2. I want to get the image with shader effect, but i don't know how.
I get the image without shader using a function
- Code: Select all
DrawImage()
But why do i want to do this?
1. I want to download the sprite with the shader with browser plugin;
2. I want to change the current sprite with the new sprite with shader and disable the sprite plugin shader. Becouse if i still using shader at run time, the game will be slow.
Thanks for any help.