X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fgradient-visual-properties.h;h=cdfd6245a41c906aeee8f7aa623a10b648b5d280;hb=refs%2Ftags%2Fdali_1.4.34;hp=6933015b0f358347800944c411e13ad0f1f08c1c;hpb=a1e6ba9ce55ab38ec56cbd718cb62624a8c656a3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/gradient-visual-properties.h b/dali-toolkit/public-api/visuals/gradient-visual-properties.h index 6933015..cdfd624 100644 --- a/dali-toolkit/public-api/visuals/gradient-visual-properties.h +++ b/dali-toolkit/public-api/visuals/gradient-visual-properties.h @@ -27,12 +27,29 @@ namespace Dali namespace Toolkit { +/** + * @addtogroup dali_toolkit_visuals + * @{ + */ + +/** + * @brief GradientVisual is to render a smooth transition of colors to the control's quad. + * @SINCE_1_1.45 + */ namespace GradientVisual { +/** + * @brief GradientVisual Property. + * @SINCE_1_1.45 + */ namespace Property { +/** + * @brief Enumeration for the instance of properties belonging to the GradientVisual. + * @SINCE_1_1.45 + */ enum { /** @@ -104,6 +121,14 @@ enum } // namespace Property +/** + * @brief The type of coordinate system for certain attributes of the points in a gradient. + * + * This applies to the: + * - Start (x1, y1) and End (x2 and y2) points of a line if using a linear gradient. + * - Center point (cx, cy) and radius (r) of a circle if using a radial gradient. + * @SINCE_1_1.45 + */ namespace Units { @@ -113,6 +138,7 @@ namespace Units * This applies to the: * - Start (x1, y1) and End (x2 and y2) points of a line if using a linear gradient. * - Center point (cx, cy) and radius (r) of a circle if using a radial gradient. + * @SINCE_1_1.45 */ enum Type { @@ -122,11 +148,16 @@ enum Type } // namespace Units +/** + * @brief Policies that define what happens if the gradient starts or ends inside the bounds of the target rectangle. + * @SINCE_1_1.45 + */ namespace SpreadMethod { /** * @brief Policies that define what happens if the gradient starts or ends inside the bounds of the target rectangle. + * @SINCE_1_1.45 */ enum Type { @@ -139,6 +170,10 @@ enum Type } // namespace GradientVisual +/** + * @} + */ + } // namespace Toolkit } // namespace Dali