LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

Palette Property

Show in webframe





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:
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

See Also

Reference

ColorResolutionActivity Class
ColorResolutionActivity Members

 

 


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