[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

@@ -18,7 +18,7 @@ def openrndrUseSnapshot = false
apply plugin: 'org.jetbrains.dokka'
project.ext {
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.45"
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.46"
kotlinVersion = "1.4.30"
spekVersion = "2.0.15"
libfreenectVersion = "0.5.7-1.5.4"