Enum ResizeSamplerType
Sampling method used when re-sizing / re-sampling an image during bloom and blur stages
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public enum ResizeSamplerType : int
Fields
| Name | Description |
|---|---|
| Average2x2 | Samples and averages 4 source pixels around the theoretical pixel position |
| Average4x4 | Samples and averages 8 source pixels around the theoretical pixel position |
| NearestNeighbour | Samples just the nearest source pixel |