Click or drag to resize

HandleClientsendColor Method (Int32, Int32, Int32)

Change player color (R, G, B)

Namespace:  INF1771_GameClient.Socket
Assembly:  INF1771_GameClient (in INF1771_GameClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void sendColor(
	int r,
	int g,
	int b
)

Parameters

r
Type: SystemInt32
Red color 0-255
g
Type: SystemInt32
Green color 0-255
b
Type: SystemInt32
Blue color 0-255
See Also