3 references to BitsPerPixel128
PresentationCore (3)
System\Windows\Media\PixelFormat.cs (3)
978
return PixelFormatFlags.
BitsPerPixel128
| PixelFormatFlags.IsScRGB | PixelFormatFlags.ChannelOrderRGB;
981
return PixelFormatFlags.
BitsPerPixel128
| PixelFormatFlags.IsScRGB | PixelFormatFlags.ChannelOrderARGB;
984
return PixelFormatFlags.
BitsPerPixel128
| PixelFormatFlags.IsScRGB | PixelFormatFlags.Premultiplied | PixelFormatFlags.ChannelOrderARGB;