Click or drag to resize
TurbulenceEffectOffset Property
Offsets the coordinates where the turbulence output is generated. Default value (0,0).

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Vector2 Offset { get; set; }

Property Value

Type: Vector2
Remarks

The algorithm used to generate the Perlin noise is position dependent, so a different offset results in a different output.

Note: changing 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.

See Also