Browse Source

Update src/ImageSharp/Formats/Webp/BackgroundColorHandling.cs

Co-authored-by: James Jackson-South <james_south@hotmail.com>
pull/2547/head
Brian Popow 3 years ago
committed by GitHub
parent
commit
d14494c780
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ImageSharp/Formats/Webp/BackgroundColorHandling.cs

2
src/ImageSharp/Formats/Webp/BackgroundColorHandling.cs

@ -15,7 +15,7 @@ public enum BackgroundColorHandling
Standard = 0,
/// <summary>
/// The background color of the ANIM chunk is ignored and instead the canvas is initialized with black, BGRA(0, 0, 0, 0).
/// The background color of the ANIM chunk is ignored and instead the canvas is initialized with transparent, BGRA(0, 0, 0, 0).
/// </summary>
Ignore = 1
}

Loading…
Cancel
Save