public RasterColor[] Colors {get; set;}
'Declaration
Public Property Colors As RasterColor()
'Usage
Dim instance As GrayScaleToMultitoneCommand
Dim value() As RasterColor
instance.Colors = value
value = instance.Colors
public RasterColor[] Colors {get; set;}
@property (nonatomic, strong) NSMutableArray* colors;
public RasterColor[] getColors()
public void setColors(RasterColor[] value)
get_Colors();
set_Colors(value);
Object.defineProperty('Colors');
Property Value
Array of
Leadtools.RasterColor structures that contain the colors that will be added to the grayscale image. This property is ignored when the Distribution property is set to UserDefined. If the toolkit is generating the gradient colors, the user sets the desired base color(s) in this property when GrayScaleToMultitoneCommand is called. The number of entries in the array depends on the value of Tone: 1 for Monotone, 2 for Duotone, 3 for Tritone, 4 for Quadtone. When the toolkit generates the array of gradient colors.