diff --git a/orx-jvm/orx-panel/README.md b/orx-jvm/orx-panel/README.md index 2b116e4b..a3264d54 100644 --- a/orx-jvm/orx-panel/README.md +++ b/orx-jvm/orx-panel/README.md @@ -4,6 +4,14 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc ## Demos +### DemoColorPickerButton01 + +A simple demonstration of a ColorPickerButton + +![DemoColorPickerButton01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoColorPickerButton01Kt.png) + +[source code](src/demo/kotlin/DemoColorPickerButton01.kt) + ### DemoHorizontalLayout01