Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Gradient Property








Gets or sets a user-defined two dimensional array of 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<NSArray<LTRasterColor *> *> *gradient
public RasterColor[][] getGradient()
public void setGradient(RasterColor[][] value)
            
 <br/>get_Gradient();<br/>set_Gradient(value);<br/>Object.defineProperty('Gradient'); 
public:
property array<RasterColor,>^ Gradient {
   array<RasterColor,>^ get();
   void set (    array<RasterColor>^ value);
}

Property Value

User-defined two dimensional array of 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

Error processing SSI file