3 references to BitsPerPixel16
PresentationCore (3)
System\Windows\Media\PixelFormat.cs (3)
663
PixelFormatEnum.Bgr555 => PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR,
664
PixelFormatEnum.Bgr565 => PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR,
674
PixelFormatEnum.Gray16 => PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.IsGray,