aboutsummaryrefslogtreecommitdiff
path: root/core/image.h
diff options
context:
space:
mode:
authorAlexander Holland2018-04-29 15:17:06 +0200
committerAlexander Holland2018-04-29 15:17:06 +0200
commit97485c8df03af04e8459f3ca72c3d60f6985daa1 (patch)
treea22e774f204045a3fb8add498b7735eaed1c37de /core/image.h
parentd0183effe02edb973e44e5ad8b3608d861f86490 (diff)
downloadgodot-97485c8df03af04e8459f3ca72c3d60f6985daa1.tar.gz
godot-97485c8df03af04e8459f3ca72c3d60f6985daa1.tar.zst
godot-97485c8df03af04e8459f3ca72c3d60f6985daa1.zip
Diffstat (limited to 'core/image.h')
-rw-r--r--core/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/image.h b/core/image.h
index 17477d88e..d6cdd8591 100644
--- a/core/image.h
+++ b/core/image.h
@@ -321,7 +321,9 @@ public:
DetectChannels get_detected_channels();
+ Color get_pixelv(const Point2 &p_src) const;
Color get_pixel(int p_x, int p_y) const;
+ void set_pixelv(const Point2 &p_dest, const Color &p_color);
void set_pixel(int p_x, int p_y, const Color &p_color);
void copy_internals_from(const Ref<Image> &p_image) {