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




Converts a grayscale image into a RGB or RGBA image and applies a color tint in the same process.

Syntax

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

Remarks

This method requires an 8-bit or 16-bit grayscale w/ alpha image.

Inheritance Hierarchy

System.Object
   Atalasoft.Imaging.ImageProcessing.ImageCommand
      Atalasoft.Imaging.ImageProcessing.Effects.TintGrayscaleCommand

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