add demos to README.md
This commit is contained in:
@@ -49,21 +49,41 @@ 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
|
||||
### DemoHSLUV02
|
||||
[source code](src/demo/kotlin/DemoHSLUV02.kt)
|
||||
### DemoColorPlane01
|
||||
[source code](src/demo/kotlin/DemoColorPlane01.kt)
|
||||
|
||||

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

|
||||

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

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

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

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

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

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

|
||||
|
||||
### DemoFettePalette02
|
||||
[source code](src/demo/kotlin/DemoFettePalette02.kt)
|
||||
|
||||
@@ -74,52 +94,32 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme
|
||||
|
||||

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

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

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

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

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

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

|
||||

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

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

|
||||

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

|
||||

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

|
||||

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

|
||||
|
||||
Reference in New Issue
Block a user