Skip to content
This repository was archived by the owner on Jun 13, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ With a plethora of color choices available for text, it's difficult to choose on
Oh... Chameleon works with the status bar as well. : )

<p align="center">
<img src="http://s29.postimg.org/i1syd7bkn/Contrast.gif" alt="Status Bar"/>
<img src="https://i.imgur.com/jvtRK8D.gif" alt="Status Bar"/>
</p>

### Themes ![Beta](http://i.imgur.com/JyYiUJq.png)
Expand Down Expand Up @@ -445,12 +445,12 @@ UIColor(contrastingBlackOrWhiteColorOn:UIColor!, isFlat:Bool)
##### Chameleon Shorthand:
###### Objective-C
``` objective-c
ContrastColor(backgroundColor, isFlat);
ContrastColorOf(backgroundColor, isFlat);
```

###### Swift
``` swift
ContrastColor(backgroundColor, isFlat)
ContrastColorOf(backgroundColor, isFlat)
```

#### Flattening Non-Flat Colors
Expand Down