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