Exemplo n.º 1
0
 public static Reaction <T> Blending <T> (this Reaction <T> render,
                                          BlendingFactorSrc source       = BlendingFactorSrc.SrcAlpha,
                                          BlendingFactorDest destination = BlendingFactorDest.OneMinusSrcAlpha)
 {
     return(render.Blending(i => Tuple.Create(source, destination)));
 }