Brightness constructor

Brightness({
  1. required double centerWeightedAverage,
  2. required double scene,
  3. required Matrix matrix,
  4. required Spot spot,
})

Implementation

Brightness({
  required this.centerWeightedAverage,
  required this.scene,
  required this.matrix,
  required this.spot,
});