Specifies the shading style used for creating gradient fills.

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

Syntax

C#
public enum GradientShade
Visual Basic (Declaration)
Public Enumeration GradientShade
Visual C++
public enum class GradientShade

Members

Member nameDescription
None
Creates a gradient shade without using any special shape.
Triangle
Creates a gradient shade based on a triangular shape.
BellShapedCurve
Creates a gradient shade based on a bell-shaped curve.

See Also