commandGColor method

EasyClip commandGColor(
  1. int index
)

Implementation

EasyClip commandGColor( int index ){
	_setEnv();
	ClipProc.procGWorld().setColor( index );
	return this;
}