Ejemplo n.º 1
0
 public TransparencyPrototype(TransparencyOptions transparencyOptions, IFuturePrototype antialiasedPrototype,
                              IFuturePrototype exactColorPrototype)
 {
     this.transparencyOptions  = new TransparencyOptions(transparencyOptions);
     this.antialiasedPrototype = antialiasedPrototype;
     this.exactColorPrototype  = exactColorPrototype;
 }
Ejemplo n.º 2
0
 public TransparencyFuture(TransparencyOptions transparencyOptions, IFuture antialiasedFuture,
                           IFuture exactColorFuture)
 {
     this.transparencyOptions = transparencyOptions;
     this.antialiasedFuture   = antialiasedFuture;
     this.exactColorFuture    = exactColorFuture;
 }
Ejemplo n.º 3
0
		public TransparencyPrototype(TransparencyOptions transparencyOptions, IFuturePrototype antialiasedPrototype, IFuturePrototype exactColorPrototype)
		{
			this.transparencyOptions = new TransparencyOptions(transparencyOptions);
			this.antialiasedPrototype = antialiasedPrototype;
			this.exactColorPrototype = exactColorPrototype;
		}
Ejemplo n.º 4
0
		public TransparencyFuture(TransparencyOptions transparencyOptions, IFuture antialiasedFuture, IFuture exactColorFuture)
		{
			this.transparencyOptions = transparencyOptions;
			this.antialiasedFuture = antialiasedFuture;
			this.exactColorFuture = exactColorFuture;
		}