Gets or sets an array of 
Leadtools.RasterColor structures that contain the colors that will be added to the grayscale image. 
Supported in Silverlight, Windows Phone 7 
         
             
             Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Property Colors As RasterColor() | 
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
Example
 
            
            
             Requirements
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only) 
 See Also
See Also