Specifies the shading style used for creating gradient fills.

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 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