26 references to PixelFormat
PresentationCore (26)
System\Windows\Media\PixelFormats.cs (26)
25return new PixelFormat(PixelFormatEnum.Default); 36return new PixelFormat(PixelFormatEnum.Indexed1); 47return new PixelFormat(PixelFormatEnum.Indexed2); 58return new PixelFormat(PixelFormatEnum.Indexed4); 69return new PixelFormat(PixelFormatEnum.Indexed8); 80return new PixelFormat(PixelFormatEnum.BlackWhite); 91return new PixelFormat(PixelFormatEnum.Gray2); 102return new PixelFormat(PixelFormatEnum.Gray4); 113return new PixelFormat(PixelFormatEnum.Gray8); 124return new PixelFormat(PixelFormatEnum.Bgr555); 135return new PixelFormat(PixelFormatEnum.Bgr565); 146return new PixelFormat(PixelFormatEnum.Rgb128Float); 157return new PixelFormat(PixelFormatEnum.Bgr24); 168return new PixelFormat(PixelFormatEnum.Rgb24); 179return new PixelFormat(PixelFormatEnum.Bgr101010); 190return new PixelFormat(PixelFormatEnum.Bgr32); 201return new PixelFormat(PixelFormatEnum.Bgra32); 212return new PixelFormat(PixelFormatEnum.Pbgra32); 223return new PixelFormat(PixelFormatEnum.Rgb48); 234return new PixelFormat(PixelFormatEnum.Rgba64); 245return new PixelFormat(PixelFormatEnum.Prgba64); 256return new PixelFormat(PixelFormatEnum.Gray16); 267return new PixelFormat(PixelFormatEnum.Gray32Float); 278return new PixelFormat(PixelFormatEnum.Rgba128Float); 289return new PixelFormat(PixelFormatEnum.Prgba128Float); 300return new PixelFormat(PixelFormatEnum.Cmyk32);