6 references to BitsPerPixel32
PresentationCore (6)
System\Windows\Media\PixelFormat.cs (6)
665
PixelFormatEnum.Bgr101010 => PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR,
668
PixelFormatEnum.Bgr32 => PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR,
669
PixelFormatEnum.Bgra32 => PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderABGR,
670
PixelFormatEnum.Pbgra32 => PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.Premultiplied | PixelFormatFlags.ChannelOrderABGR,
675
PixelFormatEnum.Gray32Float => PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsScRGB | PixelFormatFlags.IsGray,
679
PixelFormatEnum.Cmyk32 => PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsCMYK,