Example #1
0
 public GimPaletteCodec_Rgb565()
 {
     Decode = new GimPaletteDecoder_Rgb565();
     Encode = null;
     Format = GimPixelFormat.Rgb565;
 }
Example #2
0
 public GimPaletteCodec_Rgb565()
 {
     Decode = new GimPaletteDecoder_Rgb565();
     Encode = null;
     Format = GimPixelFormat.Rgb565;
 }