X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fbubble-effect%2Fbubble-emitter.h;h=a9a5c3a9dc244fed748053037f9c198ba9235d16;hb=f5cb40c6bbbf566541637d09126e1f3c1984de89;hp=461e564b04864ad1a74e294d32ef19fa1b10109f;hpb=c3f7ea6cb0c0b75c2276193aff88b5c7a679a2d5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/bubble-effect/bubble-emitter.h b/dali-toolkit/devel-api/controls/bubble-effect/bubble-emitter.h index 461e564..a9a5c3a 100644 --- a/dali-toolkit/devel-api/controls/bubble-effect/bubble-emitter.h +++ b/dali-toolkit/devel-api/controls/bubble-effect/bubble-emitter.h @@ -57,7 +57,7 @@ public: /** * @brief Create an initialized BubbleEmitter. * - * @param[in] winSize The size of the bubble moving area, usually the same size as the background image actor. + * @param[in] winSize The size of the bubble moving area, usually the same size as the background. * @param[in] shapeImage The alpha channnel of this texture defines the bubble shape. * @param[in] maximumNumberOfBubble The maximum number of bubble needed. * @param[in] bubbleSizeRange The size range of the bubbles; x component is the low bound, and y component is the up bound. @@ -140,13 +140,6 @@ public: void SetBubbleDensity( unsigned int density ); /** - * @brief Enable different blending mode for rendering. - * - * @param[in] enable If false, the default blending function for RenderableActor is used. - */ - void SetBlendMode( bool enable ); - - /** * @brief Add a bubble movement to the animation. * * @param[in] animation The animation reference.