LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Gradient Property
See Also 



Gets or sets a user-defined two dimensional array of Leadtools.RasterColor structures that will hold the set of color shade gradients. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Gradient As RasterColor()
Visual Basic (Usage)Copy Code
Dim instance As GrayScaleToMultitoneCommand
Dim value() As RasterColor
 
instance.Gradient = value
 
value = instance.Gradient
C# 
public RasterColor[] Gradient {get; set;}
C++/CLI 
public:
property array<RasterColor>^ Gradient {
   array<RasterColor>^ get();
   void set (    array<RasterColor>^ value);
}

Property Value

User-defined two dimensional array of Leadtools.RasterColor structures that will hold the set of color shade gradients. This property is used when the Distribution property is set to UserDefined.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also