Hi,
Does anyone know what would be the fastest way to replace colorA with one colorB, and colorC with colorD in an image?
I could loop trough all the pixels and replace, but would there be a more efficient way? Possibly by masking colorA and putting the image over an image with colorB, and doing the same for colorC and colorD?
Also, is there a built-in way to copy an image on top of another, but using simple filters, like you can do with textures using TextureBlend?
Thanks!
Does anyone know what would be the fastest way to replace colorA with one colorB, and colorC with colorD in an image?
I could loop trough all the pixels and replace, but would there be a more efficient way? Possibly by masking colorA and putting the image over an image with colorB, and doing the same for colorC and colorD?
Also, is there a built-in way to copy an image on top of another, but using simple filters, like you can do with textures using TextureBlend?
Thanks!