/* * ************* DO NOT EDIT THIS FILE *********** * * This file was automatically generated from ./gfxIFormats.idl. */ using System; using System.Runtime.InteropServices; namespace Mozilla.XPCOM { /** * Interface gfxIFormats * * IID: 0x96d086e6-1dd1-11b2-b6b2-b77b59390247 */ public unsafe class gfxIFormats { public static string GFXIFORMATS_IID_STRING = "96d086e6-1dd1-11b2-b6b2-b77b59390247"; public static System.Guid GFXIFORMATS_IID = new System.Guid("96d086e6-1dd1-11b2-b6b2-b77b59390247"); /* const gfx_format RGB = 0; */ public static long RGB = 0; /* const gfx_format BGR = 1; */ public static long BGR = 1; /* const gfx_format RGB_A1 = 2; */ public static long RGB_A1 = 2; /* const gfx_format BGR_A1 = 3; */ public static long BGR_A1 = 3; /* const gfx_format RGB_A8 = 4; */ public static long RGB_A8 = 4; /* const gfx_format BGR_A8 = 5; */ public static long BGR_A8 = 5; /* const gfx_format RGBA = 6; */ public static long RGBA = 6; /* const gfx_format BGRA = 7; */ public static long BGRA = 7; } }