setColor method

void setColor(
  1. int color
)

Implementation

void setColor( int color ){
	_info[_curIndex]._color = color;
}