From 48730123babb45f842c5b9791eda014917e21c93 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Wed, 19 Aug 2020 08:06:43 +0000 Subject: [PATCH] add demos to README.md --- orx-color/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orx-color/README.md b/orx-color/README.md index 84f3d4f1..6a3e6157 100644 --- a/orx-color/README.md +++ b/orx-color/README.md @@ -20,6 +20,16 @@ val colors = histogram.sortedColors() Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an implementation of the colorspaces presented at [hsluv.org](http://www.hsluv.org) ## Demos +### DemoHSLUV01 +[source code](src/demo/kotlin/DemoHSLUV01.kt) + +![DemoHSLUV01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoHSLUV01Kt.png) + +### DemoHSLUV02 +[source code](src/demo/kotlin/DemoHSLUV02.kt) + +![DemoHSLUV02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoHSLUV02Kt.png) + ### DemoHistogram01 [source code](src/demo/kotlin/DemoHistogram01.kt)