4 references to PAlpha
System.Drawing.Common (2)
System\Drawing\Imaging\PixelFormat.cs (2)
20/// <inheritdoc cref="GdiPlus.PixelFormat.PAlpha"/> 21PAlpha = GdiPlus.PixelFormat.PAlpha,
System.Private.Windows.GdiPlus (2)
Windows\Win32\Graphics\GdiPlus\PixelFormat.cs (2)
102Format32bppPArgb = 11 | (32 << 8) | Alpha | PAlpha | Gdi, 121Format64bppPArgb = 14 | (64 << 8) | Alpha | PAlpha | Extended,