mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Render::renderBg/SpriteLayers() are functions used only inside Render
This commit is contained in:
parent
db21a17fba
commit
996d385040
@ -131,6 +131,7 @@ namespace render {
|
||||
const int opacity,
|
||||
const BlendMode blendMode);
|
||||
|
||||
private:
|
||||
void renderSpriteLayers(
|
||||
Image* dstImage,
|
||||
const gfx::ClipF& area,
|
||||
@ -143,7 +144,6 @@ namespace render {
|
||||
color_t bg_color,
|
||||
const gfx::ClipF& area);
|
||||
|
||||
private:
|
||||
void renderOnionskin(
|
||||
Image* image,
|
||||
const gfx::Clip& area,
|
||||
|
Loading…
Reference in New Issue
Block a user