adds bitmap coloration to: guibitmapctrl, guibitmapbarctrl, guianimbitmapctrl (and guicrosshairhud by way of inheritance)

This commit is contained in:
Azaezel 2016-07-06 02:15:46 -05:00
parent b012ffff17
commit f8368cd7e9
4 changed files with 8 additions and 2 deletions

View file

@ -44,6 +44,7 @@ class GuiBitmapCtrl : public GuiControl
GFXTexHandle mTextureObject;
Point2I mStartPoint;
ColorI mColor;
/// If true, bitmap tiles inside control. Otherwise stretches.
bool mWrap;