ImageGear .NET - Updated
MonochromeFilm Method




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : MonochromeFilm Method
Page to process.
Specifies the type of film to imitate.
Applies a Monochrome Film effect on the image.
Syntax
'Declaration
 
Public Shared Sub MonochromeFilm( _
   ByVal page As ImGearRasterPage, _
   ByVal preset As ImGearMonochromeFilmPreset _
) 
'Usage
 
Dim page As ImGearRasterPage
Dim preset As ImGearMonochromeFilmPreset
 
ImGearEffects.MonochromeFilm(page, preset)
public static void MonochromeFilm( 
   ImGearRasterPage page,
   ImGearMonochromeFilmPreset preset
)
public: static void MonochromeFilm( 
   ImGearRasterPage* page,
   ImGearMonochromeFilmPreset preset
) 
public:
static void MonochromeFilm( 
   ImGearRasterPage^ page,
   ImGearMonochromeFilmPreset preset
) 

Parameters

page
Page to process.
preset
Specifies the type of film to imitate.
Remarks
This method applies a Monochrome Film effect on the image, making it look like it has been taken with an analog camera, using monochrome film. The method takes a parameter specifying the settings, imitating particular film types.
See Also

Reference

ImGearEffects Class
ImGearEffects Members
ImGearRasterPage Class
ImGearMonochromeFilmPreset Enumeration