X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fvisual-properties-devel.h;h=5d620bbaede650764ab46cfa515cfb5b23436aea;hp=ddb02d5f52c0f758bcf54e31a0d287b6d63a1f1c;hb=8f4d5a39821629b1bd6cf636a787a49b835f077b;hpb=8cd8392e5982d60111b0a2a5d33457c06e8532f5 diff --git a/dali-toolkit/devel-api/visuals/visual-properties-devel.h b/dali-toolkit/devel-api/visuals/visual-properties-devel.h index ddb02d5..5d620bb 100644 --- a/dali-toolkit/devel-api/visuals/visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/visual-properties-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_DEVEL_API_VISUALS_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. @@ -76,6 +76,8 @@ enum Type * @details Name "cornerRadius", type Property::FLOAT or Prooperty::VECTOR4, animatable * @note By default, it is Vector::ZERO. * @note Only Property::Vector4 can be animated. + * @note Each radius will clamp internally to the half of smaller of the visual width and visual height. + * @note Their may exist some alias when you use it as ClippingMode::CLIP_CHILDREN * @note Radius value are used in clockwise order from top-left-corner to bottom-left-corner. * When radius is Vector4(x, y, z, w) * x y @@ -113,7 +115,7 @@ enum Type * @brief The offset from the visual borderline (recommend [-1.0f to 1.0f]). * @details Name "borderlineOffset", type Property::FLOAT, animatable * @note Default value is 0.0f. - * @note This value will be clipped by [-1.0f to 1.0f]. + * @note This value will clamp internally to [-1.0f to 1.0f]. */ BORDERLINE_OFFSET = OPACITY + 6, };