3 references to Alpha
System.Drawing.Common (3)
System\Drawing\Bitmap.cs (1)
503bool hasAlpha = format.HasFlag(PixelFormat.Alpha);
System\Drawing\Image.cs (1)
852public static bool IsAlphaPixelFormat(PixelFormat pixfmt) => (pixfmt & PixelFormat.Alpha) != 0;
System\Drawing\Imaging\BitmapData.cs (1)
70case PixelFormat.Alpha: