PixelFormats.Rgb24 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 Rgb24 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Rgb24 { get; }
static member Rgb24 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Rgb24 As PixelFormat
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET