Class ImageFilterMode
Image filtering modes.
Inheritance
System.Object
ImageFilterMode
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class ImageFilterMode : Enum
Fields
_Count
Filtering modes count.
Declaration
public const ImageFilterMode _Count
Field Value
| Type | Description |
|---|---|
| ImageFilterMode |
Anisotropic
Anisotropic filtering (higher quality smoothing).
Declaration
public const ImageFilterMode Anisotropic
Field Value
| Type | Description |
|---|---|
| ImageFilterMode |
Linear
Linear filtering (lower quality smoothing).
Declaration
public const ImageFilterMode Linear
Field Value
| Type | Description |
|---|---|
| ImageFilterMode |
Nearest
Nearest-neighbor filtering (crispy, pixelator result on scaling).
Declaration
public const ImageFilterMode Nearest
Field Value
| Type | Description |
|---|---|
| ImageFilterMode |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |