Browse Source

Thanks git! [skip ci]

Former-commit-id: 94cea9d2a97920d6a9089f31e04c070a7663002c
Former-commit-id: 78f612110eacbb6384ae56942ada35e4b9ccda50
Former-commit-id: 58a9620c42f7fe90fb9b0fa58266722c011501fd
pull/1/head
James Jackson-South 10 years ago
parent
commit
bc75b91a4d
  1. 2
      src/ImageProcessorCore/Filters/Brightness.cs

2
src/ImageProcessorCore/Filters/Brightness.cs

@ -16,6 +16,7 @@ namespace ImageProcessorCore
/// Alters the brightness component of the image.
/// </summary>
/// <typeparam name="TColor">The pixel format.</typeparam>
/// <typeparam name="TPacked">The packed format. <example>uint, long, float.</example></typeparam>
/// <param name="source">The image this method extends.</param>
/// <param name="amount">The new brightness of the image. Must be between -100 and 100.</param>
/// <param name="progressHandler">A delegate which is called as progress is made processing the image.</param>
@ -31,6 +32,7 @@ namespace ImageProcessorCore
/// Alters the brightness component of the image.
/// </summary>
/// <typeparam name="TColor">The pixel format.</typeparam>
/// <typeparam name="TPacked">The packed format. <example>uint, long, float.</example></typeparam>
/// <param name="source">The image this method extends.</param>
/// <param name="amount">The new brightness of the image. Must be between -100 and 100.</param>
/// <param name="rectangle">

Loading…
Cancel
Save