ColorBrightnessTransformation constructor

const ColorBrightnessTransformation(
  1. int value
)

Implementation

const ColorBrightnessTransformation(int super.value)
    : assert(value >= -100 && value <= 100, 'Should be in -100..100 range');