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