4 references to Custom
System.Drawing.Common (4)
System\Drawing\Bitmap.cs (3)
402/// is <see cref="PaletteType.Custom"/> or <see cref="PaletteType.FixedBlackAndWhite"/>. 449PaletteType paletteType = PaletteType.Custom, 510ConvertFormat(format, DitherType.ErrorDiffusion, PaletteType.Custom, palette, .25f);
System\Drawing\Imaging\DitherType.cs (1)
17/// method. This algorithm can be used with any palette other than <see cref="PaletteType.Custom"/>.