예제 #1
0
 public RasterizerState ToPremultipliedAlpha()
 => new RasterizerState(this)
 {
     BlendMode = BlendMode.ToPremultipliedAlpha()
 };