LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Gradient Property






Gets or sets a user-defined two dimensional array of Leadtools.RasterColor structures that will hold the set of color shade gradients. .NET support Silverlight support
Syntax
public RasterColor[,] Gradient {get; set;}
'Declaration
 
Public Property Gradient As RasterColor(,)
'Usage
 
Dim instance As GrayScaleToMultitoneCommand
Dim value() As RasterColor
 
instance.Gradient = value
 
value = instance.Gradient
public RasterColor[,] Gradient {get; set;}
 get_Gradient();
set_Gradient(value);
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
Refer to GrayScaleToMultitoneCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrayScaleToMultitoneCommand Class
GrayScaleToMultitoneCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.