-
Notifications
You must be signed in to change notification settings - Fork 1.6k
supported values of PixelFormat should be enumerated #924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PixelFormats.BGRA32 is not supported for instance. |
PixelFormatEnum.Pbgra32 is the only support type according to the reference source here: https://referencesource.microsoft.com/#PresentationCore/Core/CSharp/System/Windows/Media/Imaging/RenderTargetBitmap.cs line 64 |
@mairaw I agree with your remarks. |
Ok, thanks @SamBent! |
Moving to the backlog until I can actually pick this up to start working on it. |
If it is the case that some values in the enumeration are not supported
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: