X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftexture-manager%2Ftexture-async-loading-helper.h;h=482bfd3b5bf7c0abce36d3d068ea2ef2fb53aabd;hb=0d81c2ea24d4e6f1e20d387a3e6c17c04c861a81;hp=4bfc9611eaca9d68b17e48e771df1c83e9e75dae;hpb=ff6ce970724ccc8bee65f7c93411b274907c09d7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/texture-manager/texture-async-loading-helper.h b/dali-toolkit/internal/texture-manager/texture-async-loading-helper.h index 4bfc961..482bfd3 100644 --- a/dali-toolkit/internal/texture-manager/texture-async-loading-helper.h +++ b/dali-toolkit/internal/texture-manager/texture-async-loading-helper.h @@ -64,10 +64,12 @@ public: * @param[in] textureId TextureId to reference the texture that will be loaded * @param[in] animatedImageLoading The AnimatedImageLoading to load animated image * @param[in] frameIndex The frame index of a frame to be loaded frame + * @param[in] preMultiplyOnLoad if the image's color should be multiplied by it's alpha. Set to OFF if there is no alpha or if the image need to be applied alpha mask. */ - void LoadAnimatedImage(const TextureManager::TextureId& textureId, - Dali::AnimatedImageLoading animatedImageLoading, - const std::uint32_t& frameIndex); + void LoadAnimatedImage(const TextureManager::TextureId& textureId, + Dali::AnimatedImageLoading animatedImageLoading, + const std::uint32_t& frameIndex, + const DevelAsyncImageLoader::PreMultiplyOnLoad& preMultiplyOnLoad); /** * @brief Load a new texture.