Friday, September 9, 2011

GraphUtil - class for setting brightness and grayscale in Image

Recently in one of my projects I needed to change brightness in image that was in Spark Image control. It got me some time to find the best solution to do that. Finally I made my own class - GraphUtil. This class use ColorMatrixFilter to do all the magic. This is