ImageGear .NET v25.2 - Updated
Sepia Method




ImageGear.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)
public static void Sepia( 
   ImGearRasterPage page,
   ImGearPixel sepiaColor
)
public: static void Sepia( 
   ImGearRasterPage* page,
   ImGearPixel* sepiaColor
) 
public:
static void Sepia( 
   ImGearRasterPage^ page,
   ImGearPixel^ sepiaColor
) 

Parameters

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

Reference

ImGearEffects Class
ImGearEffects Members
ImGearRasterPage Class
ImGearPixel Class

Is this page helpful?
Yes No
Thanks for your feedback.