9 #import <Foundation/Foundation.h>
17 @property (nonatomic, assign)
float hue;
21 @property (nonatomic, readonly)
float baseHue;
25 -(UIImage*)getImageWithName:(NSString*)imageName;
27 -(UIImage*)processImage:(UIImage*)originalImage withKey:(NSString*)key;
29 -(void)configureAppWithHue:(
float)theHue andSaturation:(
float)theSaturation;