- Add @return comment at the GetNativeImageSource()
Change-Id: Ic46eac21b4f138871ae5e1a7b9dc19140da85b9e
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
* @param[in] source source actor to be used for capture.
* @param[in] size captured size.
* @param[in] path image file path to be saved as a file.
* @param[in] source source actor to be used for capture.
* @param[in] size captured size.
* @param[in] path image file path to be saved as a file.
+ * If path is empty string, the captured result is not be saved as a file.
* @param[in] clearColor background color of captured scene
* @param[in] quality The value to control image quality for jpeg file format in the range [1, 100]
*/
* @param[in] clearColor background color of captured scene
* @param[in] quality The value to control image quality for jpeg file format in the range [1, 100]
*/
* @param[in] source source actor to be used for capture.
* @param[in] size captured size.
* @param[in] path image file path to be saved as a file.
* @param[in] source source actor to be used for capture.
* @param[in] size captured size.
* @param[in] path image file path to be saved as a file.
+ * If path is empty string, the captured result is not be saved as a file.
* @param[in] clearColor background color of captured scene
*/
void Start( Actor source, const Vector2& size, const std::string &path, const Vector4& clearColor );
* @param[in] clearColor background color of captured scene
*/
void Start( Actor source, const Vector2& size, const std::string &path, const Vector4& clearColor );
* @param[in] source source actor to be used for capture.
* @param[in] size captured size.
* @param[in] path image file path to be saved as a file.
* @param[in] source source actor to be used for capture.
* @param[in] size captured size.
* @param[in] path image file path to be saved as a file.
+ * If path is empty string, the captured result is not be saved as a file.
* @note Clear color is transparent.
*/
void Start( Actor source, const Vector2& size, const std::string &path );
* @note Clear color is transparent.
*/
void Start( Actor source, const Vector2& size, const std::string &path );
* @brief Get NativeImageSourcePtr that is saved captured image.
*
* @SINCE_1_5.10
* @brief Get NativeImageSourcePtr that is saved captured image.
*
* @SINCE_1_5.10
+ *
+ * @return NativeImageSourcePtr Captured result that can be rendered with DALi
*/
Dali::NativeImageSourcePtr GetNativeImageSource() const;
*/
Dali::NativeImageSourcePtr GetNativeImageSource() const;