Fixes to orx-color and orx-shapes (#296)

This commit is contained in:
Abe Pazos
2023-03-21 09:57:26 +01:00
committed by GitHub
parent 8e3e4bddb0
commit 7412ae4595
5 changed files with 109 additions and 17 deletions

View File

@@ -1,12 +1,14 @@
import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.draw.loadFont
import org.openrndr.extensions.SingleScreenshot
import org.openrndr.extra.color.spaces.*
import org.openrndr.extra.color.palettes.rangeTo
fun main() {
application {
configure {
height = 30 + 50 * 11 // row count
}
program {
extend {
drawer.clear(ColorRGBa.WHITE)