Skip to content

Commit

Permalink
Add BGRA PixelMapping.cs
Browse files Browse the repository at this point in the history
This adds BGRA to the PixelMapping enum for convenience
  • Loading branch information
kmgallahan authored and dlemstra committed Oct 21, 2023
1 parent cd07e1e commit 1f004f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Magick.NET.Core/Enums/PixelMapping.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ public enum PixelMapping
/// CMYK.
/// </summary>
CMYK,

/// <summary>
/// BGRA.
/// </summary>
BGRA,
}

0 comments on commit 1f004f6

Please sign in to comment.