X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fgradient-visual-properties.h;h=ae895caed432fb50d267e598b0244278315fb77d;hp=9c3929ff9b061a55509bf03842e268959aad831a;hb=refs%2Ftags%2Fdali_1.2.61;hpb=aaf4d0fc389f5dea68d99ce68413c18a472f7e4e diff --git a/dali-toolkit/public-api/visuals/gradient-visual-properties.h b/dali-toolkit/public-api/visuals/gradient-visual-properties.h index 9c3929f..ae895ca 100644 --- a/dali-toolkit/public-api/visuals/gradient-visual-properties.h +++ b/dali-toolkit/public-api/visuals/gradient-visual-properties.h @@ -32,12 +32,24 @@ namespace Toolkit * @{ */ +/** + * @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 GradientVisual Property + * @SINCE_1_1.45 + */ enum { /** @@ -109,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 { @@ -118,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 { @@ -127,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 {