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=b55f9135daba1363c26b7a779d68d6a3af225d4d;hp=8e307cec7d975f1eef4d3cc1bdd555c25fd01aaa;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682;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 8e307ce..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 @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_SOLID_COLOR_ACTOR_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. @@ -18,29 +18,31 @@ * */ -// INTERNAL INCLUDES +// EXTERNAL INCLUDES #include #include + namespace Dali { namespace Toolkit { - /** * @brief Creates a Dali::ImageActor with a solid color, optionally it creates a border. * * 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 } // namespace Dali