|
|
@ -24,9 +24,7 @@ namespace SixLabors.ImageSharp.Processing |
|
|
internal BrushApplicator(ImageFrame<TPixel> target, GraphicsOptions options) |
|
|
internal BrushApplicator(ImageFrame<TPixel> target, GraphicsOptions options) |
|
|
{ |
|
|
{ |
|
|
this.Target = target; |
|
|
this.Target = target; |
|
|
|
|
|
|
|
|
this.Options = options; |
|
|
this.Options = options; |
|
|
|
|
|
|
|
|
this.Blender = PixelOperations<TPixel>.Instance.GetPixelBlender(options.BlenderMode); |
|
|
this.Blender = PixelOperations<TPixel>.Instance.GetPixelBlender(options.BlenderMode); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|