|
|
@ -15,7 +15,7 @@ namespace SixLabors.ImageSharp.Processing |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <typeparam name="TPixel">The pixel format.</typeparam>
|
|
|
/// <typeparam name="TPixel">The pixel format.</typeparam>
|
|
|
public class RecolorBrush<TPixel> : IBrush<TPixel> |
|
|
public class RecolorBrush<TPixel> : IBrush<TPixel> |
|
|
where TPixel : struct, IPixel<TPixel> |
|
|
where TPixel : struct, IPixel<TPixel> |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Initializes a new instance of the <see cref="RecolorBrush{TPixel}" /> class.
|
|
|
/// Initializes a new instance of the <see cref="RecolorBrush{TPixel}" /> class.
|
|
|
|