Garry's Mod Wiki

net.WriteColor

  net.WriteColor( table Color, boolean writeAlpha = true )

Description

Appends a Color to the current net message.

Arguments

1 table Color
The Color you want to append to the net message.
2 boolean writeAlpha = true
If we should write the alpha of the color or not.