Garry's Mod Wiki

Revision Difference

markup.Color#548484

<function name="Color" parent="markup" type="libraryfunc"> <description>A convenience function that converts a <page>Color</page> into its markup ready string representation.</description> <realm>Client</realm>⤶ <realm>Client and Menu</realm>⤶ <added>2021.12.15</added> <args> <arg name="clr" type="Color">The <page>Color</page> to convert.</arg> </args> <rets> <ret type="string">The markup color, for example `255,255,255`.</ret> </rets> </function>