Skip to content

Commit

Permalink
Merge pull request bennyguitar#5 from pierrotdelalune/master
Browse files Browse the repository at this point in the history
Correction in README.md
  • Loading branch information
bennyguitar committed May 31, 2013
2 parents 06a018d + 6ed9a1f commit 00b9d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ float a = [colorArray[3] floatValue];

You can create a 5-color scheme based off of a UIColor using the following method. It takes in a UIColor and one of the ColorSchemeTypes defined in Colours. It returns an NSArray of 4 new UIColor objects to create a pretty nice color scheme that complements the root color you passed in.
```objc
NSArray *colorScheme = [color generateColorSchemeOfType:ColorSchemeType];
NSArray *colorScheme = [color colorSchemeOfType:ColorSchemeType];
```
**ColorSchemeTypes**
Expand Down

0 comments on commit 00b9d6f

Please sign in to comment.