mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 00:10:46 +00:00
adds bitmap coloration to: guibitmapctrl, guibitmapbarctrl, guianimbitmapctrl (and guicrosshairhud by way of inheritance)
This commit is contained in:
parent
b012ffff17
commit
f8368cd7e9
4 changed files with 8 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ class GuiBitmapCtrl : public GuiControl
|
|||
GFXTexHandle mTextureObject;
|
||||
|
||||
Point2I mStartPoint;
|
||||
ColorI mColor;
|
||||
|
||||
/// If true, bitmap tiles inside control. Otherwise stretches.
|
||||
bool mWrap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue