Specifies the shading style used for creating gradient fills.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: 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 name | Description | |
|---|---|---|
| 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.
|