[orx-color] Add OKLab color space

This commit is contained in:
Edwin Jakobs
2021-03-12 07:33:05 +01:00
parent a9a12811c4
commit 56dd22a94e
11 changed files with 512 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ sourceSets {
}
dependencies {
demoImplementation(project(":orx-camera"))
demoImplementation(project(":orx-mesh-generators"))
demoImplementation("org.openrndr:openrndr-core:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-core:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")