[orx-color] Add ColorHSLUVa and ColorHPLUVa

This commit is contained in:
Edwin Jakobs
2020-08-19 09:56:36 +02:00
parent 53fa3adf7c
commit 2551e87d93
4 changed files with 228 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ orx-color comes with tools to calculate color histograms for images.
val histogram = calculateHistogramRGB(image)
val colors = histogram.sortedColors()
```
## HSLUVa and HPLUVa colorspaces
Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an implementation of the colorspaces presented at [hsluv.org](http://www.hsluv.org)
<!-- __demos__ -->
## Demos
### DemoHistogram01