summaryrefslogtreecommitdiff
path: root/core/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/image.h')
-rw-r--r--core/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/image.h b/core/image.h
index 87f851959c..ce189f330d 100644
--- a/core/image.h
+++ b/core/image.h
@@ -321,6 +321,7 @@ public:
void fix_alpha_edges();
void premultiply_alpha();
+ void srgb_to_linear();
void blit_rect(const Image& p_src, const Rect2& p_src_rect,const Point2& p_dest);
void brush_transfer(const Image& p_src, const Image& p_brush, const Point2& p_dest);