diff --git a/orx-shade-styles/README.md b/orx-shade-styles/README.md index 083047e3..7110e75b 100644 --- a/orx-shade-styles/README.md +++ b/orx-shade-styles/README.md @@ -18,6 +18,16 @@ Collection of shader based fills and strokes. Currently includes 4 types of grad ![DemoNPointGradient01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/DemoNPointGradient01Kt.png) +### DemoNPointLinearGradient01 +[source code](src/demo/kotlin/DemoNPointLinearGradient01.kt) + +![DemoNPointLinearGradient01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/DemoNPointLinearGradient01Kt.png) + +### DemoNPointRadialGradient01 +[source code](src/demo/kotlin/DemoNPointRadialGradient01.kt) + +![DemoNPointRadialGradient01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/DemoNPointRadialGradient01Kt.png) + ### DemoRadialGradient01 [source code](src/demo/kotlin/DemoRadialGradient01.kt)