All Projects → raymondjavaxx → UIImage-RTTint

raymondjavaxx / UIImage-RTTint

Licence: MIT license
Retina-aware category for tinting, darkening and lightening a UIImage.

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

UIImage+RTTint

Retina-aware category for tinting, darkening and lightening a UIImage.

Usage

#import "UIImage+RTTint.h"
...
UIImage *image = [UIImage imageNamed:@"Logo.png"];
UIImage *tinted = [image rt_tintedImageWithColor:[UIColor redColor] level:0.5f];

See UIImage+RTTint.h for more.

Copyright

Copyright © 2013 Ramon Torres. Released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].