summaryrefslogtreecommitdiff
path: root/core/image.h
diff options
context:
space:
mode:
authorkarroffel <therzog@mail.de>2018-05-30 21:14:07 +0200
committerkarroffel <therzog@mail.de>2018-05-30 21:16:45 +0200
commit130bf14ac83751b5107ab49224779a19437e8615 (patch)
treecb61e0efd5209013e5367af4a49f997f14096aa5 /core/image.h
parent28fa82c2defacca8ccad5c26022d2eeaee925f4f (diff)
added rgbe_to_srgb method to Image
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 80a0c339dd..e38fa19ded 100644
--- a/core/image.h
+++ b/core/image.h
@@ -284,6 +284,7 @@ public:
void premultiply_alpha();
void srgb_to_linear();
void normalmap_to_xy();
+ Ref<Image> rgbe_to_srgb();
void bumpmap_to_normalmap(float bump_scale = 1.0);
void blit_rect(const Ref<Image> &p_src, const Rect2 &p_src_rect, const Point2 &p_dest);