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

Colors Property (ColorReplaceCommand)






Gets or sets an array of ColorReplaceCommandColor classes that provides information about the replacement colors used by this class. .NET support WinRT support Silverlight support
Syntax
public ColorReplaceCommandColor[] Colors {get; set;}
'Declaration
 
Public Property Colors As ColorReplaceCommandColor()
'Usage
 
Dim instance As ColorReplaceCommand
Dim value() As ColorReplaceCommandColor
 
instance.Colors = value
 
value = instance.Colors
public ColorReplaceCommandColor[] Colors {get; set;}
 get_Colors();
set_Colors(value);
public:
property array<ColorReplaceCommandColor^>^ Colors {
   array<ColorReplaceCommandColor^>^ get();
   void set (    array<ColorReplaceCommandColor^>^ value);
}

Property Value

An array of ColorReplaceCommandColor classes that provides information about the replacement colors used by this class.
Example
Refer to ColorReplaceCommand.
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

ColorReplaceCommand Class
ColorReplaceCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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