ImageGear .NET - Updated November 28, 2017
MonochromeFilm Method




ImageGear23.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)

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