1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Add/expose VisualServer::get_default_clear_color()

(cherry picked from commit 753ba67d65)
This commit is contained in:
Pedro J. Estébanez
2016-10-13 11:23:15 +02:00
committed by Rémi Verschelde
parent caf42f77d2
commit 887b1de1db
5 changed files with 9 additions and 0 deletions

View File

@@ -1283,6 +1283,7 @@ public:
virtual void set_boot_image(const Image& p_image, const Color& p_color, bool p_scale);
virtual void set_default_clear_color(const Color& p_color);
virtual Color get_default_clear_color() const;
VisualServerRaster(Rasterizer *p_rasterizer);
~VisualServerRaster();