Property NoiseSeedInstance
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
NoiseSeedInstance
Gets or sets a seed for random number generation. The default value is auto-generated at instantiation time.
public DynamicImage.ValuePropertyAccessor<int> NoiseSeedInstance { get; }
Property Value
Remarks
Typically the NoiseSeed property is user configurable with a "Reseed" button that just increments its value,
while NoiseSeedInstance is generated once per effect instance. If two effect instances have the same
value for both seed properties, rendering output will be identical for both.
Sample maps that are participating in multisampled rendering for the same effect instance should all
have the same values for NoiseSeed and NoiseSeedInstance.