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