4 references to Indexed
System.Drawing.Common (4)
System\Drawing\Bitmap.cs (2)
317
if ((PixelFormat & PixelFormat.
Indexed
) != 0)
496
if (!format.HasFlag(PixelFormat.
Indexed
))
System\Drawing\Graphics.cs (1)
132
if ((image.PixelFormat & PixelFormat.
Indexed
) != 0)
System\Drawing\Imaging\BitmapData.cs (1)
61
case PixelFormat.
Indexed
: