CIWrapMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that control how samples from outside the source image are treated.
public enum CIWrapMode
type CIWrapMode =
- Inheritance
-
CIWrapMode
Fields
Name | Value | Description |
---|---|---|
Black | 0 | Areas outside the source image are treated as black. |
Clamp | 1 | Areas outside the source image are clamped to the value at the edge. |