LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Colors Property (GrayScaleToMultitoneCommand)






Gets or sets an array of Leadtools.RasterColor structures that contain the colors that will be added to the grayscale image. .NET support Silverlight support
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;}
 get_Colors();
set_Colors(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrayScaleToMultitoneCommand Class
GrayScaleToMultitoneCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.