From 02e5121efe12511db4d335169d2025a6dbc5207d Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Sat, 22 Aug 2020 13:53:07 +0000 Subject: [PATCH] add demos to README.md --- orx-color/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orx-color/README.md b/orx-color/README.md index 1a65bfc3..0919c09f 100644 --- a/orx-color/README.md +++ b/orx-color/README.md @@ -83,3 +83,8 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme [source code](src/demo/kotlin/DemoHistogram03.kt) ![DemoHistogram03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoHistogram03Kt.png) + +### DemoXSLUV01 +[source code](src/demo/kotlin/DemoXSLUV01.kt) + +![DemoXSLUV01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoXSLUV01Kt.png)