ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffects Class / HotWax Method
Page to process.
Color that imitates the wax color. It is better to use light colors, to avoid overdarkening of the image.




In This Topic
    HotWax Method
    In This Topic
    This method transforms the image so that it looks like it has been coated by hot wax.
    Syntax
    'Declaration
     
    Public Shared Sub HotWax( _
       ByVal page As ImGearRasterPage, _
       ByVal waxColor As ImGearPixel _
    ) 
    'Usage
     
    Dim page As ImGearRasterPage
    Dim waxColor As ImGearPixel
     
    ImGearEffects.HotWax(page, waxColor)
    public static void HotWax( 
       ImGearRasterPage page,
       ImGearPixel waxColor
    )
    public: static void HotWax( 
       ImGearRasterPage* page,
       ImGearPixel* waxColor
    ) 
    public:
    static void HotWax( 
       ImGearRasterPage^ page,
       ImGearPixel^ waxColor
    ) 

    Parameters

    page
    Page to process.
    waxColor
    Color that imitates the wax color. It is better to use light colors, to avoid overdarkening of the image.
    Remarks
    This method applies a HotWax effect on the image, making it look like it has been coated with wax.
    See Also