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