Example #1
0
 public void ConvertMe()
 {
     this.v0 = FromRgba32.ToBgra32(this.v0);
     this.v1 = FromRgba32.ToBgra32(this.v1);
     this.v2 = FromRgba32.ToBgra32(this.v2);
     this.v3 = FromRgba32.ToBgra32(this.v3);
 }
Example #2
0
 public void ConvertMe()
 {
     this.V0 = FromRgba32.ToBgra32(this.V0);
     this.V1 = FromRgba32.ToBgra32(this.V1);
     this.V2 = FromRgba32.ToBgra32(this.V2);
     this.V3 = FromRgba32.ToBgra32(this.V3);
 }