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