コード例 #1
0
 // Token: 0x0600215B RID: 8539 RVA: 0x0000DACD File Offset: 0x0000BCCD
 public static void smethod_19(this BinaryWriter writer, Struct33 color)
 {
     writer.Write(color.R);
     writer.Write(color.G);
     writer.Write(color.B);
     writer.Write(color.A);
 }
コード例 #2
0
 // Token: 0x06002243 RID: 8771 RVA: 0x0000E647 File Offset: 0x0000C847
 public static bool smethod_4(Struct33 left, Struct33 right)
 {
     return(!Struct33.smethod_3(left, right));
 }
コード例 #3
0
 // Token: 0x06002242 RID: 8770 RVA: 0x0000E635 File Offset: 0x0000C835
 public static bool smethod_3(Struct33 left, Struct33 right)
 {
     return(left.int_0 == right.int_0);
 }
コード例 #4
0
 // Token: 0x0600223D RID: 8765 RVA: 0x0000E597 File Offset: 0x0000C797
 public static Color smethod_0(Struct33 c)
 {
     return(Color.FromArgb((int)c.A, (int)c.R, (int)c.G, (int)c.B));
 }