예제 #1
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int SetPaletteEntries(HANDLE hPalette, int wStartIndex, int wNumEntries, ref PALETTEENTRY lpPaletteEntries);
예제 #2
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int GetEnhMetaFilePaletteEntries(HANDLE hemf, int cEntries, ref PALETTEENTRY lppe);
예제 #3
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int GetSystemPaletteEntries(HDC hdc, int wStartIndex, int wNumEntries, ref PALETTEENTRY lpPaletteEntries);
예제 #4
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int AnimatePalette(HANDLE hPalette, int wStartIndex, int wNumEntries, PALETTEENTRY[] lpPaletteColors);