put method

bool put(
  1. int x,
  2. int y
)

Implementation

bool put( int x, int y ){
	return putColor( x, y, _color );
}