Example #1
0
 public static extern int SetPaletteEntries(IntPtr hPalette, int wStartIndex, int wNumEntries,
                                            ref PALETTEENTRY lpPaletteEntries);
Example #2
0
 public static extern int GetEnhMetaFilePaletteEntries(IntPtr hemf, int cEntries, ref PALETTEENTRY lppe);
Example #3
0
 public static extern int GetSystemPaletteEntries(IntPtr hdc, int wStartIndex, int wNumEntries,
                                                  ref PALETTEENTRY lpPaletteEntries);
Example #4
0
 public static extern int AnimatePalette(IntPtr hPalette, int wStartIndex, int wNumEntries,
                                         PALETTEENTRY[] lpPaletteColors);