|
Common::Rect | _clip { 0, 0, 0, 0 } |
|
bool | _animateTexture = false |
|
◆ drawLine()
bool TwinE::Interface::drawLine |
( |
int32 |
startWidth, |
|
|
int32 |
startHeight, |
|
|
int32 |
endWidth, |
|
|
int32 |
endHeight, |
|
|
uint8 |
lineColor |
|
) |
| |
Draw button line
- Parameters
-
startWidth | width value where the line starts |
startHeight | height value where the line starts |
endWidth | width value where the line ends |
endHeight | height value where the line ends |
lineColor | line color in the current palette |
◆ blitBox()
Blit button box from working buffer to front buffer
- Parameters
-
source | source screen buffer, in this case working buffer |
dest | destination screen buffer, in this case front buffer |
◆ shadeBox()
void TwinE::Interface::shadeBox |
( |
const Common::Rect & |
rect, |
|
|
int32 |
colorAdj |
|
) |
| |
Draws inside buttons transparent area
- Parameters
-
colorAdj | index to adjust the transparent box color |
The documentation for this class was generated from the following file: