LuaPart.SetLabelColor Method (Int32, Int32, Int32)

PartProxy

LuaPartSetLabelColor Method (Int32, Int32, Int32)

Set the color using RGB values

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetLabelColor(
	int r,
	int g,
	int b
)
Public Sub SetLabelColor ( 
	r As Integer,
	g As Integer,
	b As Integer
)
public:
void SetLabelColor(
	int r, 
	int g, 
	int b
)
member SetLabelColor : 
        r : int * 
        g : int * 
        b : int -> unit 

Parameters

r
Type: SystemInt32
The r.
g
Type: SystemInt32
The g.
b
Type: SystemInt32
The b.
See Also