blend method

AutoContrast blend(
  1. dynamic blend
)

Implementation

AutoContrast blend(dynamic blend) {
  _blend = blend;
  return this;
}