Skip to main content

Class ColorizeEffect

Namespace: Aurigma.DesignAtoms.Model.Effects
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ColorizeEffect : BaseImageEffect

Inheritance: System.Object -> Aurigma.DesignAtoms.Model.Effects.BaseImageEffect -> ColorizeEffect

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

ColorizeEffect

public ColorizeEffect(Color color, PixelFormat pixelFormat)

Properties

Color

public Color Color { get; }

PixelFormat

public PixelFormat PixelFormat { get; }

Methods

GetBytes

public override byte[] GetBytes()
Returns

System.Byte[]

Overrides

Fields

SupportedColorSpaces

public static readonly ColorSpace[] SupportedColorSpaces
Was this page helpful?