LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Gradient Property

Show in webframe







Gets or sets a user-defined two dimensional array of Leadtools.RasterColor structures that will hold the set of color shade gradients.
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;}
@property (nonatomic, strong) NSMutableArray* gradient;
public RasterColor[][] getGradient()
public void setGradient(RasterColor[][] value)
            
 
get_Gradient();
set_Gradient(value);
Object.defineProperty('Gradient');
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

See Also

Reference

GrayScaleToMultitoneCommand Class
GrayScaleToMultitoneCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.