X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Frenderers%2Fgradient%2Fgradient.h;h=36e6ee4fbfb26efa3fef9587aff29eda12eb1c51;hp=82b58cb84fe534af944b1cb2515f78712f5b6d33;hb=299e8f55adab64025e446c5dcd1e87f050e43f82;hpb=feeaf88ea0f60c8e26b1e63448b6c0ff4ecdfc62 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. */