PosterizeEffectGreenValueCount Property |
Specifies how many discrete steps to divide the green 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 public int GreenValueCount { get; set; }
Property Value
Type:
Int32Remarks 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