corrected chorus button colours

This commit is contained in:
Gordon JC Pearce 2025-12-23 16:58:37 +00:00
parent e98b87e200
commit b6044f67f5
1 changed files with 6 additions and 6 deletions

View File

@ -160,18 +160,18 @@ DistrhoUIPeacock::DistrhoUIPeacock() : UI(Art::backgroundWidth, Art::backgroundH
xBtnSaw->setCallback(this);
// Chorus
xBtnCh0 = new ImageButton(this, Image(Art::orngBtnUp, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA),
Image(Art::orngBtnDn, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA));
xBtnCh0 = new ImageButton(this, Image(Art::whiteBtnUp, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA),
Image(Art::whiteBtnDn, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA));
xBtnCh0->setAbsolutePos(562, 293);
xBtnCh0->setId(btnCh0);
xBtnCh0->setCallback(this);
xBtnCh1 = new ImageButton(this, Image(Art::whiteBtnUp, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA),
Image(Art::whiteBtnDn, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA));
xBtnCh1 = new ImageButton(this, Image(Art::orngBtnUp, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA),
Image(Art::orngBtnDn, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA));
xBtnCh1->setAbsolutePos(603, 293);
xBtnCh1->setId(btnCh1);
xBtnCh1->setCallback(this);
xBtnCh2 = new ImageButton(this, Image(Art::whiteBtnUp, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA),
Image(Art::whiteBtnDn, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA));
xBtnCh2 = new ImageButton(this, Image(Art::orngBtnUp, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA),
Image(Art::orngBtnDn, Art::whiteBtnWidth, Art::whiteBtnHeight, kImageFormatRGBA));
xBtnCh2->setAbsolutePos(644, 293);
xBtnCh2->setId(btnCh2);
xBtnCh2->setCallback(this);