Tagged Questions
2
votes
4answers
1k views
Rotate Hue using ImageAttributes in C#
How can I rotate the hue of an image using GDI+'s ImageAttributes (and presumably ColorMatrix)?
Note that I want to rotate the hue, not tint the image.
EDIT: By rotating the hue, I mean that each ...