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




This structure is used with WatercolorTintCommand to specify the gamma levels used during the command process.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Structure GammaColor 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As GammaColor
C# 
[SerializableAttribute()]
public struct GammaColor : ValueType 
Managed Extensions for C++ 
[SerializableAttribute()]
public __value struct GammaColor : public ValueType 
C++/CLI 
[SerializableAttribute()]
public value class GammaColor : public ValueType 

Inheritance Hierarchy

System.Object
   System.ValueType
      Atalasoft.Imaging.ImageProcessing.Effects.GammaColor

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