---@class ccui.RichElementNewLine :ccui.RichElement local RichElementNewLine={ } ccui.RichElementNewLine=RichElementNewLine ---* 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. ---@param tag int ---@param color color3b_table ---@param opacity unsigned_char ---@return self function RichElementNewLine:create (tag,color,opacity) end ---* brief Default constructor.
---* js ctor
---* lua new ---@return self function RichElementNewLine:RichElementNewLine () end