mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 10:48:43 +00:00
GRAPHICS: Added a hasTransparentColor method to ManagedSurface
This commit is contained in:
parent
c07e74d5e6
commit
9214ecb1d7
@ -499,6 +499,13 @@ public:
|
||||
_transparentColorSet = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if a transparent color has been set
|
||||
*/
|
||||
bool hasTransparentColor() const {
|
||||
return _transparentColorSet;
|
||||
}
|
||||
|
||||
/**
|
||||
* Clear any existing palette
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user