hyperion.ng/include/hyperion
redPanther 78eaaa2e84 Filter rework, next step (#82)
* 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

* - remove rgbchannelcorrection, this was a dup of rgbchanneladjustment
- add cmake policy to hide warning
- tune code of rgbchanneltransform
2016-07-04 00:43:41 +02:00
..
ColorAdjustment.h Add color adjustment to all RBG channels 2016-04-02 00:04:11 +02:00
ColorCorrection.h Filter rework, next step (#82) 2016-07-04 00:43:41 +02:00
ColorTransform.h Update ColorTransform.h 2016-03-10 17:57:52 +01:00
Hyperion.h Filter rework, next step (#82) 2016-07-04 00:43:41 +02:00
ImageProcessor.h bugfix, config enhancement and 3 detection modes 2016-02-07 13:26:40 +01:00
ImageProcessorFactory.h bugfix, config enhancement and 3 detection modes 2016-02-07 13:26:40 +01:00
ImageToLedsMap.h Changed RgbImage to template based Image (with template for pixel type) 2013-11-11 09:00:37 +00:00
LedString.h Updated the way colororder is configured per led 2015-02-23 16:11:33 +01:00
MessageForwarder.h add ability to convert an image to RGB color order 2016-02-19 13:31:08 +01:00
PriorityMuxer.h Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00