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