AutoBrightness constructor

AutoBrightness([
  1. dynamic blend
])

Implementation

AutoBrightness([dynamic blend]) {
  _blend = blend;
}