From 45d4580f4285c0d0c451b4ad85d276a5194d6edb Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Fri, 24 Jan 2025 15:24:10 +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 e48927bd..7996ff71 100644 --- a/orx-color/README.md +++ b/orx-color/README.md @@ -89,6 +89,11 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme ![DemoColorRange04Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoColorRange04Kt.png) +### DemoColorSequence01 +[source code](src/jvmDemo/kotlin/DemoColorSequence01.kt) + +![DemoColorSequence01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoColorSequence01Kt.png) + ### DemoDeltaE [source code](src/jvmDemo/kotlin/DemoDeltaE.kt)