Ejemplo n.º 1
0
 public RasterizerState ToPremultipliedAlpha()
 => new RasterizerState(this)
 {
     BlendMode = BlendMode.ToPremultipliedAlpha()
 };