6 references to BitsPerPixel32
PresentationCore (6)
System\Windows\Media\PixelFormat.cs (6)
945
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR;
954
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR;
957
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderABGR;
960
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.Premultiplied | PixelFormatFlags.ChannelOrderABGR;
975
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsScRGB | PixelFormatFlags.IsGray;
987
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsCMYK;