[orx-color] Fix NaN bugs in ColorOKHSLa, ColorOKHSVa

This commit is contained in:
Edwin Jakobs
2021-11-22 18:17:42 +01:00
parent 7ff626fa8a
commit c9201a3920
6 changed files with 139 additions and 45 deletions

View File

@@ -28,6 +28,7 @@ kotlin {
implementation(project(":orx-camera"))
implementation(project(":orx-mesh-generators"))
implementation(project(":orx-color"))
implementation(project(":orx-jvm:orx-gui"))
implementation("org.openrndr:openrndr-application:$openrndrVersion")
implementation("org.openrndr:openrndr-extensions:$openrndrVersion")