mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Background and Border of UIControls now supports alpha transparency.
--HG-- branch : dev
This commit is contained in:
@@ -32,7 +32,7 @@ class EE_API UIBackground {
|
||||
|
||||
UIBackground * setCorners( const unsigned int& corners );
|
||||
|
||||
void draw( Rectf R );
|
||||
void draw( Rectf R, const Float& alpha );
|
||||
|
||||
Drawable * getDrawable() const;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ class EE_API UIBorder {
|
||||
|
||||
UIBorder * setWidth( const unsigned int& width );
|
||||
|
||||
void draw( Rectf R, const int& corners, const bool& clipping );
|
||||
void draw( Rectf R, const Float& alpha, const int& corners, const bool& clipping );
|
||||
protected:
|
||||
Color mColor;
|
||||
unsigned int mWidth;
|
||||
|
||||
Reference in New Issue
Block a user