Skip to content

Commit 493585b

Browse files
Lord-GreyCopilot
andauthored
RgbTransform.cpp aktualisieren
Co-authored-by: Copilot <[email protected]>
1 parent 9e9bb14 commit 493585b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsrc/utils/RgbTransform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ void RgbTransform::applyGamma(uint8_t & red, uint8_t & green, uint8_t & blue) co
167167
blue = _mappingB[blue];
168168
}
169169

170-
void RgbTransform::applyBacklight(uint8_t &red, uint8_t &green, uint8_t &blue) const
170+
void RgbTransform::applyBacklight(uint8_t & red, uint8_t & green, uint8_t & blue) const
171171
{
172172
if (_backLightEnabled && _sumBrightnessLow > 0)
173173
{

0 commit comments

Comments
 (0)