Click or drag to resize

BumpMapTransform Constructor (Double, AtalaImage)

Creates a new instance of BumpMapTransform specifying smoothness, and bumpMapImage.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public BumpMapTransform(
	double smoothness,
	AtalaImage bumpMapImage
)

Parameters

smoothness
Type: SystemDouble
Controls smoothness of the effect (try between .5 and 1.5 to start).
bumpMapImage
Type: Atalasoft.ImagingAtalaImage
An 8-bit grayscale image to use as the bump map.
Exceptions
ExceptionCondition
Thrown if the smoothness argument is less than 0, or if the bumpMapImage is not an 8-bit image.
See Also