X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fdefault-controls%2Fsolid-color-actor.h;h=f433553b4dff20f7c9173e19e06068c266189792;hb=bfdf7a73a4d50dfb60d0f7fa5b214f61c920bf9c;hp=6c881085d6ea69103d4c81e10dccc801ac20b599;hpb=dcf0eeebe1e683b311b675e93adcc21a0602e671;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/default-controls/solid-color-actor.h b/dali-toolkit/public-api/controls/default-controls/solid-color-actor.h index 6c88108..f433553 100644 --- a/dali-toolkit/public-api/controls/default-controls/solid-color-actor.h +++ b/dali-toolkit/public-api/controls/default-controls/solid-color-actor.h @@ -22,6 +22,7 @@ #include #include + namespace Dali { @@ -32,11 +33,14 @@ namespace Toolkit * * If the \e border parameter is set to \e true, the Dali::ImageActor's style is set to Dali::ImageActor::STYLE_NINE_PATCH. * + * @SINCE_1_0.0 + * @remarks This is an experimental feature and might not be supported in the next release. We do recommend not to use it. * @param[in] color The ImageActor's color. * @param[in] border If \e true, a border is created. By default, the value is set to \e false. * @param[in] borderColor The color for the ImageActor's border. By default, the value is set to Color::WHITE. * @param[in] borderSize The size for the ImageActor's border. By default, the value is set to 1 pixel. It supports under 10 pixel for clear result of gl blend * @return a handle to the new ImageActor + * @see Control */ DALI_IMPORT_API ImageActor CreateSolidColorActor( const Vector4& color, bool border = false, const Vector4& borderColor = Color::WHITE, const unsigned int borderSize = 1 ); } // namespace Toolkit