Mount Fuji Engine  0.8b
MF_API void MFSetColour ( float  r,
float  g,
float  b,
float  a = 1.0f 
)

Sets the current vertex colour.

Parameters
rThe red component to set for all proceeding vertices.
gThe red component to set for all proceeding vertices.
bThe red component to set for all proceeding vertices.
aThe red component to set for all proceeding vertices.
Returns
None.