SuperSourceState constructor

SuperSourceState({
  1. int index = 0,
  2. int fillSource = 0,
  3. int keySource = 0,
  4. int layer = 0,
  5. bool premultiplied = false,
  6. int clip = 0,
  7. int gain = 1000,
  8. bool inverted = false,
  9. List<SuperSourceBox> boxes = const [],
})

Implementation

SuperSourceState({
  this.index = 0,
  this.fillSource = 0,
  this.keySource = 0,
  this.layer = 0,
  this.premultiplied = false,
  this.clip = 0,
  this.gain = 1000,
  this.inverted = false,
  this.boxes = const [],
});