ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffects Class / Sepia Method
Page to apply the effect to.
Sepia color.




In This Topic
    Sepia Method
    In This Topic
    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