←Select platform

Gradient Property

Summary

Gets or sets a user-defined two dimensional array of RasterColor structures that will hold the set of color shade gradients.

Syntax

C#
VB
Java
Objective-C
C++
public [Leadtools.RasterColor[,]](../l/rastercolor.html) Gradient {get; set;}
Public Property Gradient As Leadtools.RasterColor(,)
@property (nonatomic, strong) NSMutableArray<NSArray<LTRasterColor *> *> *gradient
public RasterColor[][] getGradient() 
public void setGradient(RasterColor[][] value) 
public: 
property Leadtools.array<RasterColor,>^ Gradient { 
   array<RasterColor,>^ get(); 
   void set (array<RasterColor,>^ ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize