2 references to BitsPerPixel24
PresentationCore (2)
Core\CSharp\System\Windows\Media\PixelFormat.cs (2)
1003
return PixelFormatFlags.
BitsPerPixel24
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR;
1006
return PixelFormatFlags.
BitsPerPixel24
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderRGB;