PixelFormats.Bgr24 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static property System::Windows::Media::PixelFormat Bgr24 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Bgr24 { get; }
static member Bgr24 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Bgr24 As PixelFormat
Property Value
The Bgr24 pixel format.
Remarks
This format uses 24 bits of data per pixel (8 bits per pixel (BPP) for each of the three primary colors blue, green, and red). This translates to 256 shades of each primary color to provide up to 16 million colors for each image. To display Bgr24 images, the monitor and controller must be capable of displaying at least 32,000 colors.
XAML Attribute Usage
<object property="Bgr24"/>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.