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