color method

int color()

Implementation

int color(){
	return _info[_curIndex]._color;
}