3 references to GdipSetImagePalette
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
617PInvokeGdiPlus.GdipSetImagePalette(_nativeImage, (GdiPlus.ColorPalette*)b).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7140 /// <inheritdoc cref="GdipSetImagePalette(winmdroot.Graphics.GdiPlus.GpImage*, winmdroot.Graphics.GdiPlus.ColorPalette*)"/> 7145 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipSetImagePalette(imageLocal, palette);