Table of Contents

Property AlphaExponent

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

AlphaExponent

Specifies the exponent used for alpha channel dropoff. Higher values cause a faster dropoff in the alpha for samples with respect to the distance from the sampled position. This results in the image being more focused towards the Center point.
The range is [1, 4]. The default value is 2.

public DynamicImage.ValuePropertyAccessor<float> AlphaExponent { get; }

Property Value

DynamicImage.ValuePropertyAccessor<float>