Add IsAlphaPreMultiplied() for checking pixel-buffer is premultiplied
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / pixel-buffer.cpp
index 8ba24a0..94af7f8 100755 (executable)
@@ -136,6 +136,11 @@ bool PixelBuffer::Rotate( Degree angle )
   return GetImplementation(*this).Rotate( angle );
 }
 
+bool PixelBuffer::IsAlphaPreMultiplied() const
+{
+  return GetImplementation(*this).IsAlphaPreMultiplied();
+}
+
 } // namespace Devel
 
 } // namespace Dali