X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Frenderers%2Fgradient%2Fgradient.h;h=36e6ee4fbfb26efa3fef9587aff29eda12eb1c51;hb=f3da11c2818c6d17706fbb2417f21b602b3190f5;hp=82b58cb84fe534af944b1cb2515f78712f5b6d33;hpb=c560f95435d40fd3980cd5f92da65c9f28f440e7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/renderers/gradient/gradient.h b/dali-toolkit/internal/controls/renderers/gradient/gradient.h index 82b58cb..36e6ee4 100644 --- a/dali-toolkit/internal/controls/renderers/gradient/gradient.h +++ b/dali-toolkit/internal/controls/renderers/gradient/gradient.h @@ -91,6 +91,12 @@ public: void AddStop(float offset, const Vector4& color); /** + * Get the gradient stops. + * @return The vector of gradient stops. + */ + const Vector& GetStops(); + + /** * Set the coordinate system used by the gradient attributes. * @param[in] gradientUnits The the attributes are defined using the current user coordinate system or the bounding box of the shape. */