ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearMonochromeFilmPreset Enumeration




In This Topic
    ImGearMonochromeFilmPreset Enumeration
    In This Topic
    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
    MemberValueDescription
    AgfaPanAPX0Imitates AgfaPanAPX film.
    IIfordDelta1Imitates IIford Delta film.
    IIfordFP42Imitates IIford FP4 film.
    KodakTriX3Imitates Kodak TriX film.
    Linear4Mixes colors linearly with equal weights.
    SilverHalide5Imitates 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