PixelFormatType Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Describes format information that reports the graphics format of individual pixels of the video format.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Enumeration PixelFormatType
public enum PixelFormatType

Members

Member name Description
Unknown The format is unknown.
Format32bppArgb The format uses 32 bits of color information per pixel and reports color information by using alpha, red, blue, and green channels.
Format8bppGrayscale The format uses 8 bits per pixel grey scale colors.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

System.Windows.Media Namespace

VideoFormat