ImageGear .NET - Updated July 5, 2018
Sepia Method




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : Sepia Method
Page to apply the effect to.
Sepia color.
This method applies the Sepia effect, making the image look like a tinted old black-and-white photograph.
Syntax
'Declaration
 
Public Shared Sub Sepia( _
   ByVal page As ImGearRasterPage, _
   ByVal sepiaColor As ImGearPixel _
) 
 
'Usage
 
Dim page As ImGearRasterPage
Dim sepiaColor As ImGearPixel
 
ImGearEffects.Sepia(page, sepiaColor)

Parameters

page
Page to apply the effect to.
sepiaColor
Sepia color.
See Also

Reference

ImGearEffects Class
ImGearEffects Members
ImGearRasterPage Class
ImGearPixel Class