Table of Contents

Property AlphaValueCount

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll

AlphaValueCount

An integer value specifying how many evenly spaced steps to divide the alpha channel range of 0.0 to 1.0 into. For example, a value of 4 generates a table with 4 steps, [0.0, 0.33, 0.67, 1.0]. The allowed range for this property is 2 to 256. The default value is 4.

public EffectPropertyAccessor<int> AlphaValueCount { get; }

Property Value

EffectPropertyAccessor<int>