Skip to content

Brushes #5

Description

@JimBobSquarePants

From @JimBobSquarePants on December 1, 2015 12:48

This issue wraps several brush types.

I think we should implement at least:

  • Path brush
  • Pattern brush (Not essential but nice to have)
  • Elliptical brush (Not essential but nice to have)
  • Gradient brush (Not essential but nice to have)

I'm envisioning something like :

PathBrush brush = new PathBrush
{
Color = Color.Black,
Thickness = 10, // the thickness to draw a line
Path = vectors // A list of vectors to follow
}
Image.Draw(brush)

The method would draw a Bezier curve following the given path, color, and thickness.

Copied from original issue: JimBobSquarePants/ImageProcessor#264

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions