Identifies preset parameters for the 
ImGearEffects.MonochromeFilm method.
 
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearMonochromeFilmPreset 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearMonochromeFilmPreset : System.Enum 
             
        
            
            __value public enum ImGearMonochromeFilmPreset : public System.Enum 
             
        
            
            public enum class ImGearMonochromeFilmPreset : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| AgfaPanAPX | Imitates AgfaPanAPX film. | 
| IIfordDelta | Imitates IIford Delta film. | 
| IIfordFP4 | Imitates IIford FP4 film. | 
| KodakTriX | Imitates Kodak TriX film. | 
| Linear | Mixes colors linearly with equal weights. | 
| SilverHalide | Imitates 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. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearMonochromeFilmPreset
 
            
            
            See Also