Tagged Questions

1
vote
1answer
287 views

Apply a ColorMatrix making use of GPU

I have a C# application that recolors an image using ColorMatrix. I understand that ColorMatrix doesn't make use of the GPU. What would be the best avenue to explore if I wanted to use the GPU to ...