X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fimage-view%2Fmasked-image-view.h;h=b4e6208d6653f9a915a2a9e2f92a07e392188e41;hb=6f556d60d4e7d21da0ee48c0a015e570db15ad60;hp=b474e761d50fe84c16fe225b0992104993005e97;hpb=928136dbb9e23970f3894eabc7c8b224003b77be;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/image-view/masked-image-view.h b/dali-toolkit/public-api/controls/image-view/masked-image-view.h index b474e76..b4e6208 100644 --- a/dali-toolkit/public-api/controls/image-view/masked-image-view.h +++ b/dali-toolkit/public-api/controls/image-view/masked-image-view.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_MASKED_IMAGE_VIEW_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -59,11 +59,11 @@ public: */ enum CustomProperty { - BACKGROUND_COLOR, ///< Name "background-color", type VECTOR4 - SOURCE_SIZE, ///< Name "source-size", type VECTOR2 - SOURCE_OFFSET, ///< Name "source-offset", type VECTOR2 - MASK_SIZE, ///< Name "mask-size", type VECTOR2 - MASK_OFFSET, ///< Name "mask-offset", type VECTOR2 + BACKGROUND_COLOR, ///< Name "background-color", type Vector4 + SOURCE_SIZE, ///< Name "source-size", type Vector2 + SOURCE_OFFSET, ///< Name "source-offset", type Vector2 + MASK_SIZE, ///< Name "mask-size", type Vector2 + MASK_OFFSET, ///< Name "mask-offset", type Vector2 CUSTOM_PROPERTY_COUNT };