Click or drag to resize
AB4D logo

HeightMapVisual3DGradientColorsCount Property

Gets or sets the number of individual colors that are created from the gradient. Default value is 256. This value need to be changed before the CreateHeightTextureFromGradient(LinearGradientBrush) method is called.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public int GradientColorsCount { get; set; }

Property Value

Int32
See Also