6 references to Indexed
System.Drawing (6)
commonui\System\Drawing\Advanced\BitmapData.cs (1)
70case PixelFormat.Indexed:
commonui\System\Drawing\Advanced\PixelFormat.cs (3)
99Format1bppIndexed = 1 | ( 1 << 8) | (int) Indexed | (int) Gdi, 107Format4bppIndexed = 2 | ( 4 << 8) | (int) Indexed | (int) Gdi, 115Format8bppIndexed = 3 | ( 8 << 8) | (int) Indexed | (int) Gdi,
commonui\System\Drawing\Bitmap.cs (1)
703if ((PixelFormat & PixelFormat.Indexed) != 0) {
commonui\System\Drawing\Graphics.cs (1)
232if ((image.PixelFormat & PixelFormat.Indexed) != 0) {