Show raw values in navigator when demosaic 'none' is used

This commit is contained in:
heckflosse
2017-02-05 16:06:57 +01:00
parent bd492e0ece
commit 812bf40d17
5 changed files with 33 additions and 1 deletions

View File

@@ -97,6 +97,9 @@ public:
}
void setCurrentFrame(unsigned int frameNum) {}
void getRawValues(int x, int y, int &R, int &G, int &B) { R = G = B = 0;}
};
}
#endif