Ejemplo n.º 1
0
 public static byte SetBottomL(this byte b, BlendType bt)
 {
     unchecked { return((byte)(b | (bt.Byte() << 6))); }
 }
Ejemplo n.º 2
0
 public static byte SetTopR(this byte b, BlendType bt)
 {
     unchecked { return((byte)(b | (bt.Byte() << 2))); }
 }