Exemplo n.º 1
0
void MFColor::get1Value(int index, float value[]) const
{
	SFColor *color = (SFColor *)getObject(index);
	if (color)
		color->getValue(value);
}