hyperion.ng/libsrc/utils
xkns 2fb2fc9dd7
Saturation & Brightness/Value Gain using Oklab color space (#1477)
* Imported Oklab reference implementation

* Add Okhsv conversions

* Fixed formatting error

* Add saturation and value gain to schemas

* Add english translation for saturation, value gain

* Created OkhsvTransform

* Make OkhsvTransform configurable

* Apply OkhvsTransform

* Clamped values during transform

* Precalculate isIdentity in OkhsvTransform

* Skip OkhsvTransform if it is the identity function

* Added changelog message

* Allow for full desaturation

* Imported recommended changes by LordGrey

* Fixed typo in constant

* Fixed anti-pattern in ok_color.h

* Correct indentions

* Correct remote-control

* Limited maximum gain settings to practical range

* Renane valueGain to brightnessGain for clarity and understanding

Co-authored-by: LordGrey <lordgrey.emmel@gmail.com>
2022-08-17 23:26:19 +02:00
..
jsonschema Prep 2.0.12 Release (#1377) 2021-11-20 16:20:01 +01:00
CMakeLists.txt Saturation & Brightness/Value Gain using Oklab color space (#1477) 2022-08-17 23:26:19 +02:00
ColorArgb.cpp Refactor color utils (#955) 2020-08-08 13:22:37 +02:00
ColorBgr.cpp Refactor color utils (#955) 2020-08-08 13:22:37 +02:00
ColorRgb.cpp Refactor color utils (#955) 2020-08-08 13:22:37 +02:00
ColorRgba.cpp Refactor color utils (#955) 2020-08-08 13:22:37 +02:00
ColorRgbw.cpp Refactor color utils (#955) 2020-08-08 13:22:37 +02:00
ColorSys.cpp Saturation & Brightness/Value Gain using Oklab color space (#1477) 2022-08-17 23:26:19 +02:00
DefaultSignalHandler.cpp libsrc/utils: Do not catch SIGILL signal (#1435) 2022-03-02 19:56:12 +01:00
FileUtils.cpp Media Foundation/V4L2 grabber ... (#1119) 2021-07-14 20:48:33 +02:00
ImageResampler.cpp Media Foundation/V4L2 grabber ... (#1119) 2021-07-14 20:48:33 +02:00
JsonUtils.cpp mDNS Support (#1452) 2022-05-01 19:42:47 +02:00
Logger.cpp Logging enhancement / fixes (#1419) 2022-01-22 17:48:03 +01:00
NetOrigin.cpp Const correctness, override keyword, a bunch of stuff.. 2020-08-08 23:12:43 +02:00
OkhsvTransform.cpp Saturation & Brightness/Value Gain using Oklab color space (#1477) 2022-08-17 23:26:19 +02:00
Process.cpp Hyperion "Light", Build improvements and minor fixes (#1400) 2022-01-07 14:47:51 +01:00
Profiler.cpp Const correctness, override keyword, a bunch of stuff.. 2020-08-08 23:12:43 +02:00
RgbChannelAdjustment.cpp Various Cleanups (#1075) 2020-11-14 17:58:56 +01:00
RgbToRgbw.cpp Various Cleanups (#1075) 2020-11-14 17:58:56 +01:00
RgbTransform.cpp Random cleanup (#861) 2020-07-12 09:19:59 +02:00
SysInfo.cpp Hyperion Light 2 (#1428) 2022-02-11 20:36:15 +01:00