Beispiel #1
0
 public AlphaSettings(AlphaLocation loc, bool ignore, bool scale, byte min, byte max)
 {
     this.Maximum     = max;
     this.Minimum     = min;
     this.IgnoreAlpha = ignore;
     this.Stretch     = scale;
     this.Location    = loc;
 }
Beispiel #2
0
 public AlphaSettings(AlphaLocation loc, bool ignore, bool scale, byte min, byte max)
 {
     this.Maximum = max;
     this.Minimum = min;
     this.IgnoreAlpha = ignore;
     this.Stretch = scale;
     this.Location = loc;
 }