X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fcolor%2Fcolor-visual.h;h=05c8ba9558e6e42a0dda464321fa6194e932176e;hp=64ff0b2c58dd39a3a5a0cd750231d7ab1aa83100;hb=954a8e25f7e32579a4a9276db09f43d45a19d2a0;hpb=a76b6c2b9fc30dd5e8f5f7e0cfd2537e274fd71e diff --git a/dali-toolkit/internal/visuals/color/color-visual.h b/dali-toolkit/internal/visuals/color/color-visual.h index 64ff0b2..05c8ba9 100644 --- a/dali-toolkit/internal/visuals/color/color-visual.h +++ b/dali-toolkit/internal/visuals/color/color-visual.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_COLOR_VISUAL_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -115,6 +115,7 @@ private: private: + float mBlurRadius; ///< The blur radius bool mRenderIfTransparent; ///< Whether we should render even if the mix-color is transparent. };