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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
} |
|
|
|
|