3 references to Premultiplied
PresentationCore (3)
System\Windows\Media\PixelFormat.cs (3)
671
PixelFormatEnum.Pbgra32 => PixelFormatFlags.BitsPerPixel32 | PixelFormatFlags.IsSRGB | PixelFormatFlags.
Premultiplied
| PixelFormatFlags.ChannelOrderABGR,
674
PixelFormatEnum.Prgba64 => PixelFormatFlags.BitsPerPixel64 | PixelFormatFlags.IsSRGB | PixelFormatFlags.
Premultiplied
| PixelFormatFlags.ChannelOrderARGB,
679
PixelFormatEnum.Prgba128Float => PixelFormatFlags.BitsPerPixel128 | PixelFormatFlags.IsScRGB | PixelFormatFlags.
Premultiplied
| PixelFormatFlags.ChannelOrderARGB,