Invert GMLscripts.com

Resources :: Sprites

sprite_desaturate(sprite)
Changes a sprite into a grayscale version of itself.
sprite_edit_begin(sprite)
Edit a sprite dynamically using drawing commands.
sprite_invert_color(sprite)
Inverts the colors of a given sprite.
sprite_replace_color(sprite,oldcolor,newcolor)
Replaces one color in a given sprite with another.
sprite_replace_color_blend(sprite,oldcolor,newcolor,htol,stol,vtol,blend)
Replaces one range of colors of a given sprite with another.