Tesla Graphics Engine Documentation (January 2012)
Color Constructor (red, green, blue)
TeslaTesla.MathColorColor(Int32, Int32, Int32)
Creates a new instance of Color from RGBA byte values with range 0-255. If the component values are greater than 255 or less than 0, they will be clamped to the range 0-255.
Declaration Syntax
C#
public Color(
	int red,
	int green,
	int blue
)
Parameters
red (Int32)
Red component
green (Int32)
Green component
blue (Int32)
Blue component

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