Table of Contents

Property Offset

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll

Offset

The offset of the vignette from the center. This is specified in coordinates that are normalized to half of the image coordinate space.
[0, 0] draws the vignette from the center of the image, while [-1, -1] draws the vignette between the top left of the image and the center, and [+1, +1] draws the between the center and the bottom right of the image.
The range of this property is [-2, -2] to [+2, +2]. The default value is [0, 0].

public EffectPropertyAccessor<Vector2Float> Offset { get; }

Property Value

EffectPropertyAccessor<Vector2Float>