Update RGBChannels

This commit is contained in:
LordGrey
2023-12-27 21:00:30 +01:00
parent ca88678745
commit 75c5eea0fd
3 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ RgbChannelAdjustment::RgbChannelAdjustment(QString channelName)
RgbChannelAdjustment::RgbChannelAdjustment(uint8_t adjustR, uint8_t adjustG, uint8_t adjustB, QString channelName )
: _channelName(channelName)
, _log(Logger::getInstance(channelName))
, _log(Logger::getInstance("CHANNEL_" + channelName.toUpper()))
, _brightness(0)
{
setAdjustment(adjustR, adjustG, adjustB);