Example #1
0
 public GimPaletteCodec_Argb8888()
 {
     Decode = new GimPaletteDecoder_Argb8888();
     Encode = null;
     Format = GimPixelFormat.Argb8888;
 }
Example #2
0
 public GimPaletteCodec_Argb8888()
 {
     Decode = new GimPaletteDecoder_Argb8888();
     Encode = null;
     Format = GimPixelFormat.Argb8888;
 }