6 references to Solid
System.Drawing.Common (2)
System\Drawing\Bitmap.cs (2)
401/// This must be <see cref="DitherType.Solid"/> or <see cref="DitherType.ErrorDiffusion"/> if the <paramref name="paletteType"/> 498ConvertFormat(format, targetSize > sourceSize ? DitherType.None : DitherType.Solid);
System.Drawing.Common.Tests (4)
System\Drawing\BitmapTests.cs (4)
1614{ PixelFormat.Format32bppRgb, DitherType.Solid, PaletteType.FixedHalftone8 }, 1633{ PixelFormat.Format4bppIndexed, DitherType.Solid, PaletteType.FixedHalftone64 }, 1637{ PixelFormat.Format8bppIndexed, DitherType.Solid, PaletteType.FixedHalftone27 }, 1642{ PixelFormat.Format16bppGrayScale, DitherType.Solid, PaletteType.FixedBlackAndWhite },