MediaEncodingSubtypes.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.
Gets the name for the RGB24 image format.
public:
static property Platform::String ^ Rgb24 { Platform::String ^ get(); };
static winrt::hstring Rgb24();
public static string Rgb24 { get; }
var string = MediaEncodingSubtypes.rgb24;
Public Shared ReadOnly Property Rgb24 As String
Property Value
The name for the RGB24 image format.