Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 048798e

Browse files
committed
New references to colour libraries in the README
1 parent 1ec799f commit 048798e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ColorSharp is available as a [nuget package](https://www.nuget.org/packages/Colo
99

1010
`PM> Install-Package ColorSharp`
1111

12-
## Interesting Links
12+
## Project Links
1313

1414
* [Documentation](https://github.com/Litipk/ColorSharp/wiki)
1515
* [TODO list](https://github.com/Litipk/ColorSharp/blob/master/TODO.md)
@@ -22,8 +22,12 @@ This library is inspired by the following projects and information sources.
2222

2323
### Code Libraries
2424

25-
* [ColorMine](https://github.com/THEjoezack/ColorMine/)
26-
* [ColorPy](https://github.com/fish2000/ColorPy)
25+
* .NET/Mono:
26+
* [THEjoezack/ColorMine](https://github.com/THEjoezack/ColorMine/)
27+
* [tompazourek/Colourful](https://github.com/tompazourek/Colourful)
28+
* Python:
29+
* [Colour Science for Python](http://colour-science.org/index.php): This is an incredible project that has many repositories in Github, not only with Python code, but also with Matlab source code and other resources.
30+
* [fish2000/ColorPy](https://github.com/fish2000/ColorPy)
2731

2832
### Books
2933

0 commit comments

Comments
 (0)