13 references to _actualYellow
System.Drawing.Common.Tests (13)
System\Drawing\Imaging\ImageAttributesTests.cs (13)
77bitmap.SetPixel(0, 0, _actualYellow); 99bitmap.SetPixel(0, 0, _actualYellow); 151bitmap.SetPixel(0, 0, _actualYellow); 173using SolidBrush brush = new(_actualYellow); 204using SolidBrush brush = new(_actualYellow); 300using SolidBrush brush = new(_actualYellow); 314Assert.Equal(_actualYellow, bitmap.GetPixel(0, 0)); 318Assert.Equal(_actualYellow, bitmap.GetPixel(0, 0)); 347bitmap.SetPixel(0, 0, _actualYellow); 370bitmap.SetPixel(0, 0, _actualYellow); 397bitmap.SetPixel(0, 0, _actualYellow); 426bitmap.SetPixel(0, 0, _actualYellow); 429Assert.Equal(_actualYellow, bitmap.GetPixel(0, 0));