Click or drag to resize

TextureMinFilter Property

The MinFilter setting controls how the color of the image pixel is calculated when the image pixel corresponds to multiple texture bitmap pixels.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.3
Syntax
public TextureFilter MinFilter { get; set; }

Property Value

Type: TextureFilter
See Also