7 references to Indexed8
PresentationCore (7)
System\Windows\Media\ColorContext.cs (1)
172
case PixelFormatEnum.
Indexed8
:
System\Windows\Media\PixelFormat.cs (5)
201
_ when pixelFormatString.Equals("Indexed8", StringComparison.OrdinalIgnoreCase) => PixelFormatEnum.
Indexed8
,
237
PixelFormatEnum.
Indexed8
=> WICPixelFormatGUIDs.WICPixelFormat8bppIndexed,
535
PixelFormatEnum.
Indexed8
=> PixelFormats.Indexed8,
658
PixelFormatEnum.
Indexed8
=> PixelFormatFlags.BitsPerPixel8 | PixelFormatFlags.Palettized,
690
PixelFormatEnum.
Indexed8
=> 8,
System\Windows\Media\PixelFormats.cs (1)
69
return new PixelFormat(PixelFormatEnum.
Indexed8
);