34 #ifndef AGS_ENGINE_GFX_GFX_UTIL_H 35 #define AGS_ENGINE_GFX_GFX_UTIL_H 37 #include "ags/shared/gfx/bitmap.h" 38 #include "ags/shared/gfx/gfx_def.h" 49 Bitmap *ConvertBitmap(Bitmap *src,
int dst_color_depth);
55 void DrawSpriteBlend(Bitmap *ds,
const Point &ds_at, Bitmap *sprite,
56 Shared::BlendMode blend_mode,
bool dst_has_alpha =
true,
bool src_has_alpha =
true,
int blend_alpha = 0xFF);
62 void DrawSpriteWithTransparency(Bitmap *ds, Bitmap *sprite,
int x,
int y,
int alpha = 0xFF);
Definition: achievements_tables.h:27
Definition: display_client.h:58