3 references to FormatTest
System.Drawing.Common.Tests (3)
mono\System.Drawing\BitmapTests.cs (3)
282
public void Format32bppArgb() =>
FormatTest
(PixelFormat.Format32bppArgb);
285
public void Format32bppRgb() =>
FormatTest
(PixelFormat.Format32bppRgb);
288
public void Format24bppRgb() =>
FormatTest
(PixelFormat.Format24bppRgb);