X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fscrollable.cpp;h=4dc7a6d5b127ee1cf88a79aa0b5b5ee38df61013;hp=a96bffcae34c80caff3dfbc50117f8771b826f5b;hb=a1a30b337ce9bf681f3738e43d1b6846732d5e1b;hpb=b422e5389b5b78d6037865c77453ab2fb5e47a0d;ds=sidebyside 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