예제 #1
0
        private static byte GetClutId(ushort clut)
        {
            ushort bb = Extended.UshortLittleEndian(clut);

            return((byte)(((bb >> 14) & 0x03) | (bb << 2) & 0x0C));
        }