X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fprimitive-visual-properties.h;h=5b04d4ed27dd6c907384264bc5db909182e07dae;hp=a5aac2d6c0f335c352d10cc5e9efdd9138b9caeb;hb=aa8f697fd4af7baa9d2c8ff41a11583ec6eb0c6c;hpb=31b27643128652fc4a91383393907ac7b781ff97 diff --git a/dali-toolkit/public-api/visuals/primitive-visual-properties.h b/dali-toolkit/public-api/visuals/primitive-visual-properties.h index a5aac2d..5b04d4e 100644 --- a/dali-toolkit/public-api/visuals/primitive-visual-properties.h +++ b/dali-toolkit/public-api/visuals/primitive-visual-properties.h @@ -46,12 +46,12 @@ enum /** * @brief The color of the shape. - * @details Name "shapeColor", type Property::VECTOR4. - * @SINCE_1_1.45 + * @details Name "mixColor", type Property::VECTOR4. + * @SINCE_1_2.4 * @note Optional. If not specified, the default is Vector4(0.5, 0.5, 0.5, 1.0). * @note Applies to ALL shapes. */ - COLOR, + MIX_COLOR, /** * @brief The number of slices as you go around the shape.