From bc75b91a4d361cbe15511f3ce97fae2c28c5588b Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 23 Aug 2016 17:36:10 +1000 Subject: [PATCH] Thanks git! [skip ci] Former-commit-id: 94cea9d2a97920d6a9089f31e04c070a7663002c Former-commit-id: 78f612110eacbb6384ae56942ada35e4b9ccda50 Former-commit-id: 58a9620c42f7fe90fb9b0fa58266722c011501fd --- src/ImageProcessorCore/Filters/Brightness.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ImageProcessorCore/Filters/Brightness.cs b/src/ImageProcessorCore/Filters/Brightness.cs index 82738c7f4..f7d1a6263 100644 --- a/src/ImageProcessorCore/Filters/Brightness.cs +++ b/src/ImageProcessorCore/Filters/Brightness.cs @@ -16,6 +16,7 @@ namespace ImageProcessorCore /// Alters the brightness component of the image. /// /// The pixel format. + /// The packed format. uint, long, float. /// The image this method extends. /// The new brightness of the image. Must be between -100 and 100. /// A delegate which is called as progress is made processing the image. @@ -31,6 +32,7 @@ namespace ImageProcessorCore /// Alters the brightness component of the image. /// /// The pixel format. + /// The packed format. uint, long, float. /// The image this method extends. /// The new brightness of the image. Must be between -100 and 100. ///