hyperion.ng/libsrc/utils
redPanther 921f164b26 refactoring of RgbChannelAdjustment (#79)
* common ledbuffer for color transform

hyperion class uses a common buffer for all operations on ledColors got from muxer
all color transforms uses new ledBuffer instead of making copies of ledbuffer

other fixes:
fix compile bug in profiler
update doxygen config

* migrate logging for color transform classes

* prepare new logger in hyperion class

* implement hwledcount

* Update Hyperion.cpp

Fix off color

* remove ledscount equivalent from apa102
migrate logging in hyperion.cpp
remove unused and duuplicate colorcorrection - but same is available through tempertature

* remove colorcorrection completly
fix compile

* set colororder back to static

* in remote: using correction is the same as using temperature - correction is obsolete, command not delete atm for compat reasons

* refactoring of RgbChannelAdjustment
2016-07-02 14:00:48 +02:00
..
jsonschema big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
CMakeLists.txt Remove widgets (#35) 2016-06-21 23:34:57 +02:00
ColorArgb.cpp Changed RgbImage to template based Image (with template for pixel type) 2013-11-11 09:00:37 +00:00
ColorBgr.cpp Finished the amlogic grabber for the 'WeTek Play' 2015-08-20 09:51:44 +02:00
ColorRgb.cpp Changed RgbImage to template based Image (with template for pixel type) 2013-11-11 09:00:37 +00:00
ColorRgba.cpp Changed RgbImage to template based Image (with template for pixel type) 2013-11-11 09:00:37 +00:00
ColorRgbw.cpp Add sk6812rgbw support (#666) 2016-05-31 22:55:56 +02:00
HslTransform.cpp Reduce saturation in backlight (#651) 2016-05-24 22:15:39 +02:00
HsvTransform.cpp Added ProtoServer to the Hyperion server; 2013-10-13 14:48:59 +02:00
ImageResampler.cpp added logging for files that were lacking it. (#66) 2016-06-28 21:53:34 +02:00
Logger.cpp make log level settings avail in config file (#63) 2016-06-27 23:56:21 +02:00
Profiler.cpp add logger/compiler class (#680) 2016-06-05 16:08:55 +02:00
RgbChannelAdjustment.cpp refactoring of RgbChannelAdjustment (#79) 2016-07-02 14:00:48 +02:00
RgbChannelCorrection.cpp prevent colorsmoothing from flooding led device with data when no new input data is available (#654) 2016-05-26 07:01:10 +02:00
RgbChannelTransform.cpp Renamed ColorTransform to RgbChannelTransform 2013-11-19 20:17:59 +00:00
RgbToRgbw.cpp added logging for files that were lacking it. (#66) 2016-06-28 21:53:34 +02:00