Imaginary Game Engine API documentation
ColorF Constructor (r, g, b, a)
NamespacesIGEColorFColorF(Single, Single, Single, Single)

[This is preliminary documentation and is subject to change.]

Create color
Declaration Syntax
C#Visual BasicVisual C++
public ColorF(
	float r,
	float g,
	float b,
	float a
)
Public Sub New ( _
	r As Single, _
	g As Single, _
	b As Single, _
	a As Single _
)
public:
ColorF(
	float r, 
	float g, 
	float b, 
	float a
)
Parameters
r (Single)
Red
g (Single)
Green
b (Single)
Blue
a (Single)
Alpha

Assembly: IGE Core (Module: IGE Core) Version: 0.1.2957.39562 (0.1.0.0)