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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback