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

Palette Property






Gets or Sets the custom palette to use when converting the image.
Syntax
public Color[] Palette {get; set;}
'Declaration
 
Public Property Palette As Color()
'Usage
 
Dim instance As ColorResolutionActivity
Dim value() As Color
 
instance.Palette = value
 
value = instance.Palette
public Color[] Palette {get; set;}
 get_Palette();
set_Palette(value);
public:
property array<Color>^ Palette {
   array<Color>^ get();
   void set (    array<Color>^ value);
}

Property Value

The palette to use.
Remarks
This property is used as follows:
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

ColorResolutionActivity Class
ColorResolutionActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

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