blend method

Improve blend(
  1. int blend
)

Implementation

Improve blend(int blend) {
  _blend = blend;
  return this;
}