diff --git a/src/ImageSharp/Formats/Webp/BackgroundColorHandling.cs b/src/ImageSharp/Formats/Webp/BackgroundColorHandling.cs index c843311c7f..5be8f6a296 100644 --- a/src/ImageSharp/Formats/Webp/BackgroundColorHandling.cs +++ b/src/ImageSharp/Formats/Webp/BackgroundColorHandling.cs @@ -15,7 +15,7 @@ public enum BackgroundColorHandling Standard = 0, /// - /// 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). /// Ignore = 1 }