Click or drag to resize
PosterizeEffectRedValueCount Property
Specifies how many discrete steps to divide the red channel range of 0.0 to 1.0 into.

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

Property Value

Type: Int32
Remarks

For example, a value of 4 generates a table with 4 steps, [0.0, 0.33, 0.67, 1.0].

Default value 4, range 2 to 16.

See Also