PixelFormats.Rgb24 Property

Definition

Gets the Rgb24 pixel format. Rgb24 is a sRGB format with 24 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 8 bits per pixel (BPP).

C#
public static System.Windows.Media.PixelFormat Rgb24 { get; }

Property Value

The Rgb24 pixel format.

Remarks

This format uses 24 bits of data per pixel (8 bits per pixel for each of the three primary colors red, green, and blue). This translates to 256 shades of each primary color to provide up to 16 million colors for each image.

An Rgb24 image is the same as a Bgr24 image, but the color channels (red, green, and blue) are in a different order.

XAML Attribute Usage

<object property="Rgb24"/>  

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10