-------------------------------- -- @module RichElementNewLine -- @extend RichElement -- @parent_module ccui -------------------------------- -- brief Create a RichElementNewLine with various arguments.
-- param tag A integer tag value.
-- param color A color in Color3B.
-- param opacity A opacity in GLubyte.
-- return A RichElementNewLine instance. -- @function [parent=#RichElementNewLine] create -- @param self -- @param #int tag -- @param #color3b_table color -- @param #unsigned char opacity -- @return RichElementNewLine#RichElementNewLine ret (return value: ccui.RichElementNewLine) -------------------------------- -- brief Default constructor.
-- js ctor
-- lua new -- @function [parent=#RichElementNewLine] RichElementNewLine -- @param self -- @return RichElementNewLine#RichElementNewLine self (return value: ccui.RichElementNewLine) return nil