X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fgradient%2Fgradient-visual.h;h=9a471d464c6badd76a4a416ae36389aec4a92607;hp=0dde8b45d41ef52b815002e12533d2e00f1dc4fd;hb=d19410c023c18c050ae226c72c6d79ebf9b0de80;hpb=9ddd5fea6278d06b8874988498c7c4c6508750ba diff --git a/dali-toolkit/internal/visuals/gradient/gradient-visual.h b/dali-toolkit/internal/visuals/gradient/gradient-visual.h index 0dde8b4..9a471d4 100644 --- a/dali-toolkit/internal/visuals/gradient/gradient-visual.h +++ b/dali-toolkit/internal/visuals/gradient/gradient-visual.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_GRADIENT_VISUAL_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -101,6 +101,11 @@ public: // from Visual */ void DoCreateInstancePropertyMap(Property::Map& map) const override; + /** + * @copydoc Visual::Base::EnablePreMultipliedAlpha + */ + void EnablePreMultipliedAlpha(bool preMultiplied) override; + protected: /** * @brief Constructor. @@ -139,6 +144,11 @@ protected: */ void UpdateShader() override; + /** + * @copydoc Visual::Base::GenerateShader + */ + Shader GenerateShader() const override; + private: /** * New a gradient object with the given property map. @@ -148,12 +158,6 @@ private: bool NewGradient(Type gradientType, const Property::Map& propertyMap); /** - * @brief Get a shader for the current properties. - * @return The shader for the current properties. - */ - Shader GetShader(); - - /** * Get the stop-offsets from the property. * The valid property type are ARRAY, VECTOR2, VECTOR3, VECTOR4. *