Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Wreggelsworth committed Jun 10, 2017
1 parent ce82ed3 commit c517813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Colors.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
FC6B95EE1EC0DC1000E0B30B /* Colors+X11.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Colors+X11.swift"; sourceTree = "<group>"; };
FC6B96121EC0E96800E0B30B /* Color+XKCD.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Color+XKCD.swift"; sourceTree = "<group>"; };
FC6B961A1EC1F18300E0B30B /* FloatingPoint+Units.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FloatingPoint+Units.swift"; sourceTree = "<group>"; };
FC78A9121EEC7E7D0095DF8C /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
FC81F4C41E9D14A400199604 /* Color+Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Color+Operators.swift"; sourceTree = "<group>"; };
FC81F4D41E9D236600199604 /* Types.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Types.swift; sourceTree = "<group>"; };
FCBB686D1E9D095B000F4E94 /* Math.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Math.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -283,6 +284,7 @@
52D6D97D1BEFF229002C0205 /* Products */,
FC0DFE1D1E94284E00716946 /* Sources */,
52D6D9971BEFF375002C0205 /* ColorsTests.swift */,
FC78A9121EEC7E7D0095DF8C /* README.md */,
);
sourceTree = "<group>";
};
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Colors
[![License](https://img.shields.io/cocoapods/l/Colors.svg?style=flat)](https://github.com/dylan/Colors/blob/master/LICENSE)
![Swift](https://img.shields.io/badge/%20in-swift%203.0-orange.svg)
![Swift](https://img.shields.io/badge/%20in-swift%204.0-orange.svg)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)


Expand All @@ -16,7 +16,6 @@ Not supported. It's too convoluted.

## Coming Soon...
- Perceptual functions - What colors can work when viewed with other's and in certain situations?
- Contrast - How do these colors work together?
- Harmonic functions - Inverse, Triadic, Analogous, etc.


Expand Down

0 comments on commit c517813

Please sign in to comment.