Update RgbChannelCorrection.h

Former-commit-id: 003e07c72d2244f2ffb6f4c4cb2b3b691ecaaad7
This commit is contained in:
AEtHeLsYn 2015-12-22 09:59:55 +01:00
parent a23aa38f20
commit 7773a82cb4

View File

@ -41,7 +41,7 @@ public:
/// Transform the given array value
/// @param input The input color bytes
/// @return The transformed byte value
/// @return The corrected byte value
uint8_t correctionR(uint8_t inputR) const;
uint8_t correctionG(uint8_t inputG) const;
uint8_t correctionB(uint8_t inputB) const;
@ -60,7 +60,6 @@ private:
int _correctionB;
/// The mapping from input color to output color
int _mappingR[256];
int _mappingG[256];
int _mappingB[256];