X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fgradient-visual-properties.h;h=5e2c6bf9d55dd3387ab44c3374c59b9de0d5524d;hb=refs%2Fchanges%2F72%2F293172%2F1;hp=8bf083ca8ef778d861142a6fced5271c48ed00ef;hpb=23f7ed65d31d9a547a604f14b4fcbf8755ec7253;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 8bf083c..5e2c6bf 100644 --- a/dali-toolkit/public-api/visuals/gradient-visual-properties.h +++ b/dali-toolkit/public-api/visuals/gradient-visual-properties.h @@ -51,6 +51,10 @@ enum /** * @brief The start position of a linear gradient. * @details Name "startPosition", type Property::VECTOR2. + * Gradient is drawn in a rectangular area, TopLeft is (-0.5, -0.5) and BottomRight is (0.5, 0.5). + * The outside of the entered Start Position and End Position is extended to the value of the border. + * Even if the range between Start Position and End Position is greater than (-0.5, -0.5) to (0.5, 0.5), + * only the corresponding area is drawn. * @SINCE_1_1.45 * @note Mandatory for Linear. */ @@ -59,6 +63,10 @@ enum /** * @brief The end position of a linear gradient. * @details Name "endPosition", type Property::VECTOR2. + * Gradient is drawn in a rectangular area, TopLeft is (-0.5, -0.5) and BottomRight is (0.5, 0.5). + * The outside of the entered Start Position and End Position is extended to the value of the border. + * Even if the range between Start Position and End Position is greater than (-0.5, -0.5) to (0.5, 0.5), + * only the corresponding area is drawn. * @SINCE_1_1.45 * @note Mandatory for Linear. */