X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.h;h=cf3d71b18feed0bd48a3e912027be3100d32202d;hp=f1b3059a5c2206492160c272a36fbd5fa4a57a18;hb=c163578c36b4a1674b06ab7f1f3cd446b7f840f6;hpb=9f150966836df75cc3af2911a136e9cf95ec5abf diff --git a/dali/integration-api/scene.h b/dali/integration-api/scene.h index f1b3059..cf3d71b 100755 --- a/dali/integration-api/scene.h +++ b/dali/integration-api/scene.h @@ -21,6 +21,7 @@ // INTERNAL INCLUDES #include #include +#include namespace Dali { @@ -149,6 +150,20 @@ public: Vector2 GetDpi() const; /** + * @brief Sets the background color. + * + * @param[in] color The new background color + */ + void SetBackgroundColor( const Vector4& color ); + + /** + * @brief Gets the background color of the render surface. + * + * @return The background color + */ + Vector4 GetBackgroundColor() const; + + /** * @brief Retrieves the list of render-tasks. * * @return A valid handle to a RenderTaskList