Skip to content
Snippets Groups Projects
Commit 9cc0e1dc authored by bodzsoaa's avatar bodzsoaa
Browse files

Add comment for reduceColor

parent 3b98cbf4
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,10 @@ class MuebTransmitterPrivate {
MuebTransmitter* q_ptr;
// FIXME Remove in Qt 6
/* Reference:
* http://threadlocalmutex.com/?p=48
* http://threadlocalmutex.com/?page_id=60
*/
std::function<uchar(const uchar&)> reduceColor =
[this](const uchar& color) -> uchar {
if (configuration_.color_depth() == 3) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment