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=bae7111e6627abaef9e0749c6cfd7238a6518ccd;hp=cf3640551e11eb136e967e7dde850667cd5b3d6a;hb=383021a5eeff5ade0a8e7d50d3fdbe5a7549f0da;hpb=5359a575636e678baf178dab5209b587be1a7551 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 cf36405..bae7111 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) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -40,16 +40,8 @@ enum MIX_COLOR = Toolkit::ColorVisual::Property::MIX_COLOR, /** - * @brief Whether to render if the MIX_COLOR is transparent. - * @details Name "renderIfTransparent", type Property::BOOLEAN. - * @note Optional. - * @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. + * @details Name "blurRadius", type Property::FLOAT, animatable. * 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. @@ -62,10 +54,6 @@ enum } // namespace DevelColorVisual -/** - * @} - */ - } // namespace Toolkit } // namespace Dali