X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fcolor-visual-properties-devel.h;h=d325a9cc65fcbaa0dd5da4078322f7731dfd0c34;hp=4eb8b3a9f8bda88fb8c78b015988e393fd44ca40;hb=321e8978d3d5786c2012f715106882049d8c4269;hpb=01db027faaf245de80dfee0928fbd6f72360f7bd diff --git a/dali-toolkit/devel-api/visuals/color-visual-properties-devel.h b/dali-toolkit/devel-api/visuals/color-visual-properties-devel.h index 4eb8b3a..d325a9c 100644 --- a/dali-toolkit/devel-api/visuals/color-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/color-visual-properties-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_COLOR_VISUAL_PROPERTIES_DEVEL_H /* - * Copyright (c) 2017 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. @@ -23,20 +23,15 @@ namespace Dali { - namespace Toolkit { - - namespace DevelColorVisual { - /** * @brief Additional ColorVisual Properties. */ namespace Property { - /** * @brief Enumeration for the instance of additional properties belonging to the ColorVisual. */ @@ -51,15 +46,21 @@ enum * @note By default it's false, i.e. ColorVisual will not render if the MIX_COLOR is transparent. */ RENDER_IF_TRANSPARENT = MIX_COLOR + 1, + + /** + * @brief The blur radius of the visual. + * @details Name "blurRadius", type Property::FLOAT. + * If the value is 0, the edge is sharp. Otherwise, the larger the value, the more the edge is blurred. + * @note Optional. + * @note The default is 0. + * @note The visual size increases by the blur radius. + */ + BLUR_RADIUS = MIX_COLOR + 2, }; } // namespace Property -} // namespace ColorVisual - -/** - * @} - */ +} // namespace DevelColorVisual } // namespace Toolkit