clone method

Texture clone()

Implementation

Texture clone() {
  return Texture().copy(this);
}