Added automatic premultiplication of image visual images
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / animated-image / fixed-image-cache.cpp
index 3764500..f1b3411 100644 (file)
@@ -120,7 +120,8 @@ void FixedImageCache::LoadBatch()
       synchronousLoading, mImageUrls[ mUrlIndex ].mTextureId, textureRect,
       atlasingStatus, loadingStatus, Dali::WrapMode::Type::DEFAULT,
       Dali::WrapMode::Type::DEFAULT, this,
-      atlasObserver, imageAtlasManager, ENABLE_ORIENTATION_CORRECTION, TextureManager::ReloadPolicy::CACHED );
+      atlasObserver, imageAtlasManager, ENABLE_ORIENTATION_CORRECTION, TextureManager::ReloadPolicy::CACHED,
+      TextureManager::MultiplyOnLoad::LOAD_WITHOUT_MULTIPLY );
 
     if( loadingStatus == false )  // not loading, means it's already ready.
     {