add demos to README.md
This commit is contained in:
@@ -104,16 +104,6 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoHSLUV01
|
|
||||||
[source code](src/jvmDemo/kotlin/DemoHSLUV01.kt)
|
|
||||||
|
|
||||||

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

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

|

|
||||||
|
|
||||||
|
### DemoHSLUV01
|
||||||
|
[source code](src/jvmDemo/kotlin/DemoHSLUV01.kt)
|
||||||
|
|
||||||
|

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

|
||||||
|
|
||||||
### DemoHueTools01
|
### DemoHueTools01
|
||||||
[source code](src/jvmDemo/kotlin/DemoHueTools01.kt)
|
[source code](src/jvmDemo/kotlin/DemoHueTools01.kt)
|
||||||
|
|
||||||
|
|||||||
@@ -4,56 +4,56 @@ Collection of 2D shape generators and modifiers.
|
|||||||
|
|
||||||
<!-- __demos__ -->
|
<!-- __demos__ -->
|
||||||
## Demos
|
## Demos
|
||||||
### DemoAdjustContour01
|
### adjust/DemoAdjustContour01
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContour01.kt)
|
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour01.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoAdjustContour02
|
### adjust/DemoAdjustContour02
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContour02.kt)
|
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour02.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoAdjustContour03
|
### adjust/DemoAdjustContour03
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContour03.kt)
|
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour03.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoAdjustContour04
|
### adjust/DemoAdjustContour04
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContour04.kt)
|
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour04.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoAdjustContour05
|
### adjust/DemoAdjustContour05
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContour05.kt)
|
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour05.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoAdjustContour06
|
### adjust/DemoAdjustContour06
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContour06.kt)
|
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour06.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoAdjustContour07
|
### adjust/DemoAdjustContour07
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContour07.kt)
|
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour07.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### adjust/DemoAdjustContour09
|
||||||
|
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour09.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### adjust/DemoAdjustContourContinue01
|
||||||
|
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContourContinue01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### DemoAdjustContour08
|
### DemoAdjustContour08
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContour08.kt)
|
[source code](src/jvmDemo/kotlin/DemoAdjustContour08.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoAdjustContour09
|
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContour09.kt)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### DemoAdjustContourContinue01
|
|
||||||
[source code](src/jvmDemo/kotlin/DemoAdjustContourContinue01.kt)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### DemoAlphaShape
|
### DemoAlphaShape
|
||||||
[source code](src/jvmDemo/kotlin/DemoAlphaShape.kt)
|
[source code](src/jvmDemo/kotlin/DemoAlphaShape.kt)
|
||||||
|
|
||||||
@@ -194,12 +194,12 @@ Collection of 2D shape generators and modifiers.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoTunniAdjuster01
|
### tunni/DemoTunniAdjuster01
|
||||||
[source code](src/jvmDemo/kotlin/DemoTunniAdjuster01.kt)
|
[source code](src/jvmDemo/kotlin/tunni/DemoTunniAdjuster01.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoTunniPoint01
|
### tunni/DemoTunniPoint01
|
||||||
[source code](src/jvmDemo/kotlin/DemoTunniPoint01.kt)
|
[source code](src/jvmDemo/kotlin/tunni/DemoTunniPoint01.kt)
|
||||||
|
|
||||||

|

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