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