Click or drag to resize

GammaColor Structure

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

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public struct GammaColor

The GammaColor type exposes the following members.

Constructors
  NameDescription
Public methodGammaColor(Double)
Creates a new instance of GammaColor specifying a single value for all channels.
Public methodGammaColor(Double, Double, Double)
Creates a new instance of GammaColor specifying the gamma value for blue, green and red channels.
Public methodGammaColor(Double, Double, Double, Double)
Creates a new instance of GammaColor specifying the gamma value for blue, green, red and alpha channels.
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Gets the default GammaColor object.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldA
The alpha channel.
Public fieldB
The blue channel.
Public fieldG
The green channel.
Public fieldR
The red channel.
Top
See Also