Show / Hide Table of Contents

Enum BRFilter

Used with ExtMisc.Resize

public enum BRFilter

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
Bicubic

Produces image similar to Graphics.DrawImage with InterpolationMode.HighQualityBicubic.

CatmullRom

Produces slightly sharper image (less blurry) than Graphics.DrawImage with InterpolationMode.HighQualityBicubic.

Lanczos3

Produces sharper image (less blurry) than Graphics.DrawImage with InterpolationMode.HighQualityBicubic.

Extension Methods

ExtMisc.HasAny<BRFilter>(BRFilter, BRFilter)
ExtMisc.Has<BRFilter>(BRFilter, BRFilter)
ExtMisc.SetFlag<BRFilter>(ref BRFilter, BRFilter, bool)