コード例 #1
0
ファイル: Class188.cs プロジェクト: 15831944/WW
        public static void smethod_1(Interface9 writer, Class188 subEntity)
        {
            string str = subEntity.imethod_2(writer.FileFormatVersion);

            writer.imethod_13(str);
            subEntity.imethod_1(writer);
        }
コード例 #2
0
ファイル: Class188.cs プロジェクト: 15831944/WW
        public static Class188 smethod_0(Interface8 reader)
        {
            string key = reader.imethod_14();

            Class188.Delegate3 delegate3;
            if (!Class188.dictionary_0.TryGetValue(key, out delegate3))
            {
                throw new Exception0("Not supported sub surface primitive type : " + key);
            }
            Class188 class188 = delegate3();

            class188.imethod_0(reader);
            return(class188);
        }
コード例 #3
0
 // Token: 0x060018F8 RID: 6392 RVA: 0x00044A20 File Offset: 0x00042C20
 public static Color smethod_2(Color baseColor, Color blendColor, int opacity)
 {
     return(Class188.smethod_0(baseColor, Color.FromArgb(Class188.smethod_4((int)baseColor.R, (int)blendColor.R), Class188.smethod_4((int)baseColor.G, (int)blendColor.G), Class188.smethod_4((int)baseColor.B, (int)blendColor.B)), opacity));
 }