3 references to Premultiplied
PresentationCore (3)
Core\CSharp\System\Windows\Media\PixelFormat.cs (3)
1015
return PixelFormatFlags.BitsPerPixel32 | PixelFormatFlags.IsSRGB | PixelFormatFlags.
Premultiplied
| PixelFormatFlags.ChannelOrderABGR;
1024
return PixelFormatFlags.BitsPerPixel64 | PixelFormatFlags.IsSRGB | PixelFormatFlags.
Premultiplied
| PixelFormatFlags.ChannelOrderARGB;
1039
return PixelFormatFlags.BitsPerPixel128 | PixelFormatFlags.IsScRGB | PixelFormatFlags.
Premultiplied
| PixelFormatFlags.ChannelOrderARGB;