2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module ActionTintFrame
|
|
|
|
-- @extend ActionFrame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Gets the tint action color.<br>
|
|
|
|
-- return the tint action color.
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionTintFrame] getColor
|
|
|
|
-- @param self
|
|
|
|
-- @return color3b_table#color3b_table ret (return value: color3b_table)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Gets the ActionInterval of ActionFrame.<br>
|
|
|
|
-- parame duration the duration time of ActionFrame<br>
|
|
|
|
-- return ActionInterval
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionTintFrame] getAction
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float duration
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Changes the tint action color.<br>
|
|
|
|
-- param ccolor the tint action color
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionTintFrame] setColor
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #color3b_table ccolor
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Default constructor
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionTintFrame] ActionTintFrame
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|