This documentation is for the old version. Go to the latest Graphics Mill docs

AddNoise.DistributionKind Property

Gets/sets distribution kind of noise.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property DistributionKind As DistributionKind
C#
public DistributionKind DistributionKind { get; set; }

Property Value

A member of DistributionKind enumeration specifying noise distribution law.

Remarks

Default value is Uniform.

See Also

Reference