ImageGear .NET - Updated
ImGearMonochromeFilmPreset Enumeration




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace : ImGearMonochromeFilmPreset Enumeration
Identifies preset parameters for the ImGearEffects.MonochromeFilm method.
Syntax
'Declaration
 
Public Enum ImGearMonochromeFilmPreset 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearMonochromeFilmPreset
public enum ImGearMonochromeFilmPreset : System.Enum 
__value public enum ImGearMonochromeFilmPreset : public System.Enum 
public enum class ImGearMonochromeFilmPreset : public System.Enum 
Members
MemberDescription
AgfaPanAPXImitates AgfaPanAPX film.
IIfordDeltaImitates IIford Delta film.
IIfordFP4Imitates IIford FP4 film.
KodakTriXImitates Kodak TriX film.
LinearMixes colors linearly with equal weights.
SilverHalideImitates non-sensitized silver halide film. Such film was used in early 1900s. It was mostly sensitive to ultraviolet and blue parts of the light spectrum, much less sensitive to green part, and non-sensitive to yellow and red parts of the spectrum.
Remarks
Members of this enumeration represent different types of monochrome film.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearMonochromeFilmPreset

See Also

Reference

ImageGear.Processing Namespace