From 6cbea83dc43ead787af6cee7a8f32c5a36938a86 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Thu, 14 Dec 2023 10:16:08 +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 f11e1200..8cf4bd46 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 +### DemoColorPalette01 +[source code](src/jvmDemo/kotlin/DemoColorPalette01.kt) + +![DemoColorPalette01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoColorPalette01Kt.png) + +### DemoColorPalette02 +[source code](src/jvmDemo/kotlin/DemoColorPalette02.kt) + +![DemoColorPalette02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoColorPalette02Kt.png) + ### DemoColorPlane01 [source code](src/jvmDemo/kotlin/DemoColorPlane01.kt) @@ -119,6 +129,16 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme ![DemoHistogram03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoHistogram03Kt.png) +### DemoHueTools01 +[source code](src/jvmDemo/kotlin/DemoHueTools01.kt) + +![DemoHueTools01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoHueTools01Kt.png) + +### DemoMixSpectral01 +[source code](src/jvmDemo/kotlin/DemoMixSpectral01.kt) + +![DemoMixSpectral01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoMixSpectral01Kt.png) + ### DemoOKHSV01 [source code](src/jvmDemo/kotlin/DemoOKHSV01.kt)