Click or drag to resize

BumpMapTransformBumpMapImage Property

Gets or sets the bump map image used in this transform.

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 AtalaImage BumpMapImage { get; set; }

Property Value

Type: AtalaImage
8-bit image to use as the bump map.
Exceptions
ExceptionCondition
Thrown if image is not a valid 8-bit image.
See Also