13 references to _actualYellow
System.Drawing.Common.Tests (13)
System\Drawing\Imaging\ImageAttributesTests.cs (13)
76bitmap.SetPixel(0, 0, _actualYellow); 98bitmap.SetPixel(0, 0, _actualYellow); 150bitmap.SetPixel(0, 0, _actualYellow); 172using SolidBrush brush = new(_actualYellow); 203using SolidBrush brush = new(_actualYellow); 299using SolidBrush brush = new(_actualYellow); 313Assert.Equal(_actualYellow, bitmap.GetPixel(0, 0)); 317Assert.Equal(_actualYellow, bitmap.GetPixel(0, 0)); 346bitmap.SetPixel(0, 0, _actualYellow); 369bitmap.SetPixel(0, 0, _actualYellow); 396bitmap.SetPixel(0, 0, _actualYellow); 425bitmap.SetPixel(0, 0, _actualYellow); 428Assert.Equal(_actualYellow, bitmap.GetPixel(0, 0));