LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Colors Property (ColorReplaceCommand)

Show in webframe







Gets or sets an array of ColorReplaceCommandColor classes that provides information about the replacement colors used by this class.
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;}
@property (nonatomic, strong) NSMutableArray* colors;
public ColorReplaceCommandColor[] getColors()
public void setColors(ColorReplaceCommandColor[] value)
            
 
get_Colors();
set_Colors(value);
Object.defineProperty('Colors');
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

See Also

Reference

ColorReplaceCommand Class
ColorReplaceCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.