MsgC
Example
Example
Displays the built-in colors for the three realms (client, server and menu).
MsgC( Color( 156, 241, 255, 200 ), "Server message color\n" )
MsgC( Color( 136, 221, 255, 255 ), "Server error color\n" )
MsgC( Color( 255, 241, 122, 200 ), "Client message color\n" )
MsgC( Color( 255, 221, 102, 255 ), "Client error color\n" )
MsgC( Color( 100, 220, 100, 200 ), "Menu message color\n" )
MsgC( Color( 120, 220, 100, 255 ), "Menu error color\n" )