public BrightnessAndContrastAdjustmentConfigToken(BrightnessAndContrastAdjustmentConfigToken copyMe)
     : base(copyMe)
 {
     copyMe.Calculate();
     this.calcContrast   = copyMe.calcContrast;
     this.calcBrightness = copyMe.calcBrightness;
     this.multiply       = copyMe.multiply;
     this.divide         = copyMe.divide;
     this.rgbTable       = copyMe.rgbTable;
 }
 public BrightnessAndContrastAdjustmentConfigToken(BrightnessAndContrastAdjustmentConfigToken copyMe)
     : base(copyMe)
 {
     copyMe.Calculate();
     this.calcContrast = copyMe.calcContrast;
     this.calcBrightness = copyMe.calcBrightness;
     this.multiply = copyMe.multiply;
     this.divide = copyMe.divide;
     this.rgbTable = copyMe.rgbTable;
 }