Enum PixelOptions
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Indicates how pixel shader sampling will be restricted.
D2D1_PIXEL_OPTIONS
[Flags]
public enum PixelOptions
Fields
None = 0
The pixel shader is not restricted in its sampling.
TrivialSampling = 1
The pixel shader samples inputs only at the same scene coordinate as the output pixel and returns transparent black whenever the input pixels are also transparent black.