mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-07 13:23:27 -04:00
d_metronome work
This commit is contained in:
@@ -69,8 +69,8 @@ public:
|
||||
setBlendColorRatio(f1, f2, f3, f4);
|
||||
setBlendAlphaRatio(f1, f2, f3, f4);
|
||||
}
|
||||
bool setWhite(JUtility::TColor white) { mColorWhite.set(white); return true; }
|
||||
bool setBlack(JUtility::TColor black) { mColorBlack.set(black); return true; }
|
||||
bool setWhite(JUtility::TColor white) { mColorWhite = white; return true; }
|
||||
bool setBlack(JUtility::TColor black) { mColorBlack = black; return true; }
|
||||
bool setBlackWhite(JUtility::TColor black, JUtility::TColor white) {
|
||||
mColorBlack = black;
|
||||
mColorWhite = white;
|
||||
|
||||
Reference in New Issue
Block a user