CpuBorderSampling Enumeration

Specifies how pixels should be sampled in the border area outside the actual image.

Namespace: Lumia.Imaging.Workers.Cpu
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

public enum CpuBorderSampling

Member nameValueDescription
Transparency0 Samples outside the image area should return transparency, all color components set to zero.
Mirror1 Samples outside the image area should be mirrored and taken from within the image area instead.

Lumia Imaging SDK

Supported in: 3.0
Show: