How do I apply a Fragment Shader to a Sprite

I want to alter the colors of a Sprite. I’ve created my Fragment Shader, but I can’t find anything in the API that lets you apply it to the Sprite.

This is currently not supported. Could you not pre process your image instead ?

Yeah I could, was just wondering if I could save some time and memory. Thanks.