Exemple #1
0
 public string ReadBlendKey(BinaryReverseReader r)
 {
     string blendModeSignature = new string(r.ReadPSDChars(4));
     return new string(r.ReadPSDChars(4));
 }
Exemple #2
0
        public string ReadBlendKey(BinaryReverseReader r)
        {
            string blendModeSignature = new string(r.ReadPSDChars(4));

            return(new string(r.ReadPSDChars(4)));
        }