mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Update RgbChannelCorrection.h
Former-commit-id: 003e07c72d2244f2ffb6f4c4cb2b3b691ecaaad7
This commit is contained in:
		| @@ -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]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user