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




Adjusts the tint of an image by specifying a value.

Syntax

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

Remarks

This method requires an RGB or RGBA image.

Inheritance Hierarchy

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

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