Skip to main content

Class LinearColorDrawer

Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class LinearColorDrawer : IColorDrawer

Inheritance: System.Object -> LinearColorDrawer

Implements

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

LinearColorDrawer

public LinearColorDrawer()

Methods

Draw

public Stream Draw(List<Color> colors, int width, int height, int maxStripes, string format, DrawingOrientation orientation)
Parameters
TypeNameDescription
System.Collections.Generic.List<Aurigma.GraphicsMill.Color>colors
System.Int32width
System.Int32height
System.Int32maxStripes
System.Stringformat
Aurigma.DesignAtoms.ImageProcessing.Enums.DrawingOrientationorientation
Returns

System.IO.Stream

Was this page helpful?