From: Xiangyin Ma Date: Fri, 20 Feb 2015 16:32:33 +0000 (+0000) Subject: Remove the call of ImageAttribute::SetPixelFormat X-Git-Tag: dali_1.0.31~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F35633%2F4;p=platform%2Fcore%2Fuifw%2Fdali-demo.git Remove the call of ImageAttribute::SetPixelFormat Change-Id: I2fa1c88ad1c7358c0168b8b73f5cc5a090622565 --- diff --git a/examples/cluster/cluster-example.cpp b/examples/cluster/cluster-example.cpp index 04a7202..825ed80 100644 --- a/examples/cluster/cluster-example.cpp +++ b/examples/cluster/cluster-example.cpp @@ -556,7 +556,6 @@ public: ImageAttributes attribs = ImageAttributes::New(); attribs.SetSize(CLUSTER_IMAGE_THUMBNAIL_WIDTH, CLUSTER_IMAGE_THUMBNAIL_HEIGHT); attribs.SetScalingMode(Dali::ImageAttributes::ShrinkToFit); - attribs.SetPixelFormat( Pixel::RGB888 ); // Add a shadow image child actor Image shadowImage = ResourceImage::New( CLUSTER_SHADOW_IMAGE_PATH, attribs );