26 references to PixelFormat
PresentationCore (26)
System\Windows\Media\PixelFormats.cs (26)
26return new PixelFormat(PixelFormatEnum.Default); 37return new PixelFormat(PixelFormatEnum.Indexed1); 48return new PixelFormat(PixelFormatEnum.Indexed2); 59return new PixelFormat(PixelFormatEnum.Indexed4); 70return new PixelFormat(PixelFormatEnum.Indexed8); 81return new PixelFormat(PixelFormatEnum.BlackWhite); 92return new PixelFormat(PixelFormatEnum.Gray2); 103return new PixelFormat(PixelFormatEnum.Gray4); 114return new PixelFormat(PixelFormatEnum.Gray8); 125return new PixelFormat(PixelFormatEnum.Bgr555); 136return new PixelFormat(PixelFormatEnum.Bgr565); 147return new PixelFormat(PixelFormatEnum.Rgb128Float); 158return new PixelFormat(PixelFormatEnum.Bgr24); 169return new PixelFormat(PixelFormatEnum.Rgb24); 180return new PixelFormat(PixelFormatEnum.Bgr101010); 191return new PixelFormat(PixelFormatEnum.Bgr32); 202return new PixelFormat(PixelFormatEnum.Bgra32); 213return new PixelFormat(PixelFormatEnum.Pbgra32); 224return new PixelFormat(PixelFormatEnum.Rgb48); 235return new PixelFormat(PixelFormatEnum.Rgba64); 246return new PixelFormat(PixelFormatEnum.Prgba64); 257return new PixelFormat(PixelFormatEnum.Gray16); 268return new PixelFormat(PixelFormatEnum.Gray32Float); 279return new PixelFormat(PixelFormatEnum.Rgba128Float); 290return new PixelFormat(PixelFormatEnum.Prgba128Float); 301return new PixelFormat(PixelFormatEnum.Cmyk32);