add demos to README.md
This commit is contained in:
@@ -49,6 +49,16 @@ for (c in cs blend (width / 40)) {
|
||||
Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an implementation of the colorspaces presented at [hsluv.org](http://www.hsluv.org)
|
||||
<!-- __demos__ -->
|
||||
## Demos
|
||||
### DemoColorPlane01
|
||||
[source code](src/demo/kotlin/DemoColorPlane01.kt)
|
||||
|
||||

|
||||
|
||||
### DemoColorPlane02
|
||||
[source code](src/demo/kotlin/DemoColorPlane02.kt)
|
||||
|
||||

|
||||
|
||||
### DemoColorRange01
|
||||
[source code](src/demo/kotlin/DemoColorRange01.kt)
|
||||
|
||||
@@ -59,6 +69,16 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme
|
||||
|
||||

|
||||
|
||||
### DemoColorRange03
|
||||
[source code](src/demo/kotlin/DemoColorRange03.kt)
|
||||
|
||||

|
||||
|
||||
### DemoColorRange04
|
||||
[source code](src/demo/kotlin/DemoColorRange04.kt)
|
||||
|
||||

|
||||
|
||||
### DemoHSLUV01
|
||||
[source code](src/demo/kotlin/DemoHSLUV01.kt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user