Gets or sets the percentage of the gradient's starting color that gets blended, at the focus position, with the gradient's ending color. The scale parameter must be in the range from 0 through 100. The default value is 100, which specifies that the ending color is at full intensity.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public int GradientShadeScale { get; set; }
Visual Basic (Declaration)
Public Property GradientShadeScale As Integer
Visual C++
public:
property int GradientShadeScale {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException The specified value is not range from 0 to 100.

See Also