X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fscrollable.cpp;h=4dc7a6d5b127ee1cf88a79aa0b5b5ee38df61013;hb=1b22ae6ed17a66848c848fc736f9ecab53e12f05;hp=a96bffcae34c80caff3dfbc50117f8771b826f5b;hpb=a881757839b7abb008873a68c67e17b3ba39669b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/public-api/controls/scrollable/scrollable.cpp b/base/dali-toolkit/public-api/controls/scrollable/scrollable.cpp index a96bffc..4dc7a6d 100644 --- a/base/dali-toolkit/public-api/controls/scrollable/scrollable.cpp +++ b/base/dali-toolkit/public-api/controls/scrollable/scrollable.cpp @@ -109,6 +109,16 @@ void Scrollable::DisableScrollComponent(Scrollable::ScrollComponentType indicato GetImpl(*this).DisableScrollComponent(indicator); } +void Scrollable::SetOvershootEffectColor( const Vector4& color ) +{ + GetImpl(*this).SetOvershootEffectColor(color); +} + +Vector4 Scrollable::GetOvershootEffectColor() const +{ + return GetImpl(*this).GetOvershootEffectColor(); +} + } // namespace Toolkit } // namespace Dali