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