private void FollowRed(GammaTransferAdjustment adjustment)
 {
     this.RedDisable   = adjustment.RedDisable;
     this.RedOffset    = adjustment.RedOffset;
     this.RedExponent  = adjustment.RedExponent;
     this.RedAmplitude = adjustment.RedAmplitude;
 }
Ejemplo n.º 2
0
 private void FollowAlpha(GammaTransferAdjustment adjustment)
 {
     this.AlphaDisable   = adjustment.AlphaDisable;
     this.AlphaOffset    = adjustment.AlphaOffset;
     this.AlphaExponent  = adjustment.AlphaExponent;
     this.AlphaAmplitude = adjustment.AlphaAmplitude;
 }
 private void FollowGreen(GammaTransferAdjustment adjustment)
 {
     this.GreenDisable   = adjustment.GreenDisable;
     this.GreenOffset    = adjustment.GreenOffset;
     this.GreenExponent  = adjustment.GreenExponent;
     this.GreenAmplitude = adjustment.GreenAmplitude;
 }
Ejemplo n.º 4
0
 private void FollowBlue(GammaTransferAdjustment adjustment)
 {
     this.BlueDisable   = adjustment.BlueDisable;
     this.BlueOffset    = adjustment.BlueOffset;
     this.BlueExponent  = adjustment.BlueExponent;
     this.BlueAmplitude = adjustment.BlueAmplitude;
 }