AnaglyphStereoPairStyle.optimizedColor constructor

const AnaglyphStereoPairStyle.optimizedColor({
  1. AnaglyphStereoChannelStyle leftChannel = optimizedColorLeftChannelStyle,
  2. AnaglyphStereoChannelStyle rightChannel = optimizedColorRightChannelStyle,
})

Creates an "optimized color" stereo pair style.

It reduces the saturation of destructive colors and often has the best results!

Implementation

const AnaglyphStereoPairStyle.optimizedColor({
  this.leftChannel = optimizedColorLeftChannelStyle,
  this.rightChannel = optimizedColorRightChannelStyle,
});