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