Atalasoft dotImage Send comments on this topic.
DuotoneCommand Class
See Also  Members  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing.Effects Namespace : DuotoneCommand Class




The DuotoneCommand processes an image from it's current color space into a two color space.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class DuotoneCommand 
   Inherits ImageRegionCommand
   Implements IThreadableCommand 
Visual Basic (Usage)Copy Code
Dim instance As DuotoneCommand
C# 
[SerializableAttribute()]
public class DuotoneCommand : ImageRegionCommand, IThreadableCommand  
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class DuotoneCommand : public ImageRegionCommand, IThreadableCommand  
C++/CLI 
[SerializableAttribute()]
public ref class DuotoneCommand : public ImageRegionCommand, IThreadableCommand  

Inheritance Hierarchy

System.Object
   Atalasoft.Imaging.ImageProcessing.ImageCommand
      Atalasoft.Imaging.ImageProcessing.ImageRegionCommand
         Atalasoft.Imaging.ImageProcessing.Effects.DuotoneCommand

Requirements

Namespace: Atalasoft.Imaging.ImageProcessing.Effects

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Atalasoft.dotImage (in Atalasoft.dotImage.dll)

See Also