LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Colors Property (GrayScaleToMultitoneCommand)

Show in webframe







Gets or sets an array of Leadtools.RasterColor structures that contain the colors that will be added to the grayscale image.
Syntax
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');
public:
property array<RasterColor>^ Colors {
   array<RasterColor>^ get();
   void set (    array<RasterColor>^ value);
}

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.
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.