Namespace SixLabors.ImageSharp.Drawing.Processing
Classes
BrushApplicator<TPixel>
Performs the application of an IBrush implementation against individual scanlines.
Brushes
A collection of methods for creating generic brushes.
ClearExtensions
Adds extensions that allow the flood filling of images without blending.
ClearPathExtensions
Adds extensions that allow the flood filling of polygon outlines without blending.
ClearRectangleExtensions
Adds extensions that allow the flood filling of rectangle outlines without blending.
ClipPathExtensions
Adds extensions that allow the application of processors within a clipped path.
DrawBezierExtensions
Adds extensions that allow the drawing of Bezier paths to the
DrawingOptions
Options for influencing the drawing functions.
DrawingOptionsDefaultsExtensions
Adds extensions that help working with DrawingOptions.
DrawLineExtensions
Adds extensions that allow the drawing of lines.
DrawPathCollectionExtensions
Adds extensions that allow the drawing of collections of polygon outlines to the
DrawPathExtensions
Adds extensions that allow the drawing of polygon outlines to the
DrawPolygonExtensions
Adds extensions that allow the drawing of closed linear polygons.
DrawRectangleExtensions
Adds extensions that allow the drawing of rectangles.
DrawTextExtensions
Adds extensions that allow the drawing of text on an image.
EllipticGradientBrush
Gradient Brush with elliptic shape. The ellipse is defined by a center point, a point on the longest extension of the ellipse and the ratio between longest and shortest extension.
FillExtensions
Adds extensions that allow the flood filling of images.
FillPathBuilderExtensions
Adds extensions that allow the flood filling of polygon outlines.
FillPathCollectionExtensions
Adds extensions that allow the filling of collections of polygon outlines.
FillPathExtensions
Adds extensions that allow the filling of polygon outlines.
FillPolygonExtensions
Adds extensions that allow the filling of closed linear polygons.
FillRectangleExtensions
Adds extensions that allow the filling of rectangles.
GradientBrush
Base class for Gradient brushes
ImageBrush
Provides an implementation of an image brush for painting images within areas.
LinearGradientBrush
Provides an implementation of a brush for painting linear gradients within areas. Supported right now:
- a set of colors in relative distances to each other.
PathGradientBrush
Provides an implementation of a brush for painting gradients between multiple color positions in 2D coordinates.
PatternBrush
Provides an implementation of a pattern brush for painting patterns.
Pen
Provides a pen that can apply a pattern to a line with a set brush and thickness
Pens
Contains a collection of common Pen styles
RadialGradientBrush
A radial gradient brush, defined by center point and radius.
RecolorBrush
Provides an implementation of a brush that can recolor an image
ShapeGraphicOptionsDefaultsExtensions
Adds extensions that allow the processing of images to the
ShapeOptions
Options for influencing the drawing functions.
SolidBrush
Provides an implementation of a solid brush for painting solid color areas.
Structs
ColorStop
A struct that defines a single color stop.
Interfaces
IBrush
Brush represents a logical configuration of a brush which can be used to source pixel colors
IPen
Interface representing the pattern and size of the stroke to apply with a Pen.
Enums
GradientRepetitionMode
Modes to repeat a gradient.