[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Turbulence.Offset

Offset Property

Offset

The coordinates where the turbulence output is generated. The algorithm used to generate the Perlin noise is position dependent, so a different offset results in a different output. This property is not bounded and the units are specified in DIPs

Declaration
public Vector2 Offset { get; set; }
Remarks

The offset does not have the same effect as a translation because the noise function output is infinite and the function will wrap around the tile.