From b798ce0c657e7efcca08dfd11a8147e11f7254f0 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Fri, 12 Mar 2021 06:45:30 +0000 Subject: [PATCH] add demos to README.md --- orx-color/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/orx-color/README.md b/orx-color/README.md index 0919c09f..a043efb5 100644 --- a/orx-color/README.md +++ b/orx-color/README.md @@ -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 +### DemoColorPlane01 +[source code](src/demo/kotlin/DemoColorPlane01.kt) + +![DemoColorPlane01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoColorPlane01Kt.png) + +### DemoColorPlane02 +[source code](src/demo/kotlin/DemoColorPlane02.kt) + +![DemoColorPlane02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoColorPlane02Kt.png) + ### DemoColorRange01 [source code](src/demo/kotlin/DemoColorRange01.kt) @@ -59,6 +69,16 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme ![DemoColorRange02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoColorRange02Kt.png) +### DemoColorRange03 +[source code](src/demo/kotlin/DemoColorRange03.kt) + +![DemoColorRange03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoColorRange03Kt.png) + +### DemoColorRange04 +[source code](src/demo/kotlin/DemoColorRange04.kt) + +![DemoColorRange04Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoColorRange04Kt.png) + ### DemoHSLUV01 [source code](src/demo/kotlin/DemoHSLUV01.kt)