5 references to Palettized
PresentationCore (5)
System\Windows\Media\PixelFormat.cs (5)
475
return (FormatFlags & PixelFormatFlags.
Palettized
) != 0;
656
PixelFormatEnum.Indexed1 => PixelFormatFlags.BitsPerPixel1 | PixelFormatFlags.
Palettized
,
657
PixelFormatEnum.Indexed2 => PixelFormatFlags.BitsPerPixel2 | PixelFormatFlags.
Palettized
,
658
PixelFormatEnum.Indexed4 => PixelFormatFlags.BitsPerPixel4 | PixelFormatFlags.
Palettized
,
659
PixelFormatEnum.Indexed8 => PixelFormatFlags.BitsPerPixel8 | PixelFormatFlags.
Palettized
,