Пример #1
0
 public FullColorAdjustment(Pixbuf input, Cms.Profile input_profile, double exposure, double brightness, double contrast,
                            double hue, double saturation, Cms.ColorCIEXYZ src_wp, Cms.ColorCIEXYZ dest_wp) : base(input, input_profile)
 {
     this.exposure   = exposure;
     this.brightness = brightness;
     this.contrast   = contrast;
     this.hue        = hue;
     this.saturation = saturation;
     this.src_wp     = src_wp;
     this.dest_wp    = dest_wp;
 }
Пример #2
0
        public FullColorAdjustment(Pixbuf input, Cms.Profile input_profile,
				double exposure, double brightness, double contrast,
				double hue, double saturation,
				Cms.ColorCIEXYZ src_wp, Cms.ColorCIEXYZ dest_wp)
            : base(input, input_profile)
        {
            this.exposure = exposure;
            this.brightness = brightness;
            this.contrast = contrast;
            this.hue = hue;
            this.saturation = saturation;
            this.src_wp = src_wp;
            this.dest_wp = dest_wp;
        }