This commit is contained in:
Jcw87
2025-04-17 04:07:32 -07:00
parent 7d0c280adf
commit be0f59f361
10 changed files with 2139 additions and 230 deletions
+2 -2
View File
@@ -96,7 +96,9 @@ public:
setBlendColorRatio(f1, f2, f3, f4);
setBlendAlphaRatio(f1, f2, f3, f4);
}
const JUtility::TColor& getWhite() const { return mColorWhite; }
bool setWhite(JUtility::TColor white) { mColorWhite = white; return true; }
const JUtility::TColor& getBlack() const { return mColorBlack; }
bool setBlack(JUtility::TColor black) { mColorBlack = black; return true; }
bool setBlackWhite(JUtility::TColor black, JUtility::TColor white) {
mColorBlack = black;
@@ -121,9 +123,7 @@ public:
void load(u8 i) { mpTexture[i]->load((GXTexMapID)i); }
// TODO
void getBlack() const {}
void getCornerColor(J2DPicture::TCornerColor&) const {}
void getWhite() const {}
protected:
/* 0x0CC */ JUTTexture* mpTexture[4];
+1 -1
View File
@@ -68,7 +68,7 @@ public:
virtual void resize(f32, f32);
virtual u16 getTypeID() { return 19; };
private:
public:
/* 0xCC */ JUTFont* mpFont;
/* 0xD0 */ JUtility::TColor mCharColor;
/* 0xD4 */ JUtility::TColor mGradColor;