1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Make bgcolor tint button background images (#9818)

This commit is contained in:
Hugues Ross 2020-08-29 11:41:19 -04:00 committed by GitHub
parent 3693b6871e
commit 9976f36b18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 13 deletions

View file

@ -54,4 +54,5 @@ void draw2DImageFilterScaled(video::IVideoDriver *driver, video::ITexture *txr,
*/
void draw2DImage9Slice(video::IVideoDriver *driver, video::ITexture *texture,
const core::rect<s32> &rect, const core::rect<s32> &middle,
const core::rect<s32> *cliprect = nullptr);
const core::rect<s32> *cliprect = nullptr,
const video::SColor *const colors = nullptr);