[4.0] Add gaussian blur support in PixelBuffer
[platform/core/uifw/dali-adaptor.git] / adaptors / common / pixel-buffer-impl.h
index ec7ee2b..3484416 100644 (file)
@@ -150,6 +150,13 @@ public:
    */
   void ApplyMask( const PixelBuffer& mask, float contentScale, bool cropToMask );
 
+  /**
+   * Apply a Gaussian blur to the current buffer with the given radius.
+   *
+   * @param[in] blurRadius The radius for Gaussian blur
+   */
+  void ApplyGaussianBlur( const float blurRadius );
+
 private:
   /*
    * Undefined copy constructor.