'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.