예제 #1
0
 public GimPaletteCodec_Rgb565()
 {
     Decode = new GimPaletteDecoder_Rgb565();
     Encode = null;
     Format = GimPixelFormat.Rgb565;
 }
예제 #2
0
파일: GimCodec.cs 프로젝트: Dahrkael/toys
 public GimPaletteCodec_Rgb565()
 {
     Decode = new GimPaletteDecoder_Rgb565();
     Encode = null;
     Format = GimPixelFormat.Rgb565;
 }