7 references to Indexed4
PresentationCore (7)
System\Windows\Media\ColorContext.cs (1)
171
case PixelFormatEnum.
Indexed4
:
System\Windows\Media\PixelFormat.cs (5)
200
_ when pixelFormatString.Equals("Indexed4", StringComparison.OrdinalIgnoreCase) => PixelFormatEnum.
Indexed4
,
236
PixelFormatEnum.
Indexed4
=> WICPixelFormatGUIDs.WICPixelFormat4bppIndexed,
534
PixelFormatEnum.
Indexed4
=> PixelFormats.Indexed4,
657
PixelFormatEnum.
Indexed4
=> PixelFormatFlags.BitsPerPixel4 | PixelFormatFlags.Palettized,
689
PixelFormatEnum.
Indexed4
=> 4,
System\Windows\Media\PixelFormats.cs (1)
58
return new PixelFormat(PixelFormatEnum.
Indexed4
);