Add GetVisualProperty to Control
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / visuals / color-visual-properties-devel.h
index 654b290..448bf88 100644 (file)
 
 namespace Dali
 {
-
 namespace Toolkit
 {
-
-
 namespace DevelColorVisual
 {
-
 /**
  * @brief Additional ColorVisual Properties.
  */
 namespace Property
 {
-
 /**
  * @brief Enumeration for the instance of additional properties belonging to the ColorVisual.
  */
@@ -54,7 +49,7 @@ enum
 
   /**
    * @brief The blur radius of the visual.
-   * @details Name "blurRadius", type Property::FLOAT.
+   * @details Name "blurRadius", type Property::FLOAT, animatable.
    *          If the value is 0, the edge is sharp. Otherwise, the larger the value, the more the edge is blurred.
    * @note Optional.
    * @note The default is 0.
@@ -65,11 +60,7 @@ enum
 
 } // namespace Property
 
-} // namespace ColorVisual
-
-/**
- * @}
- */
+} // namespace DevelColorVisual
 
 } // namespace Toolkit