7 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
:
System.Drawing.Common.Tests (4)
System\Drawing\BitmapTests.cs (3)
250
[InlineData(PixelFormat.
Alpha
)]
447
[InlineData(PixelFormat.
Alpha
)]
1124
[InlineData(PixelFormat.
Alpha
)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
97
[InlineData(PixelFormat.
Alpha
)]