Tesla Graphics Engine Documentation (January 2012)
Color Constructor (red, green, blue, alpha)
TeslaTesla.MathColorColor(Single, Single, Single, Single)
Creates a new instance of Color.
Declaration Syntax
C#
public Color(
	float red,
	float green,
	float blue,
	float alpha
)
Parameters
red (Single)
Red component
green (Single)
Green component
blue (Single)
Blue component
alpha (Single)
Alpha component

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)