Click or drag to resize
Accord.NET (logo)

TexturedFilterTextureGenerator Property

Texture generator.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ITextureGenerator TextureGenerator { get; set; }
Request Example View Source

Property Value

Type: ITextureGenerator
Remarks

Generator used to generate texture.

Note Note
The property has priority over the Texture property.

See Also