Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

SetPalette Method (CodecsLoadInformationEventArgs)








An array of RasterColor object that represents the palette for uncompressed data that is 8 bits per pixel or less.
Sets the palette for uncompressed data that is 8 bits per pixel or less.
Syntax
public void SetPalette( 
   RasterColor[] palette
)
'Declaration
 
Public Sub SetPalette( _
   ByVal palette() As RasterColor _
) 
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
Dim palette() As RasterColor
 
instance.SetPalette(palette)
public void SetPalette( 
   RasterColor[] palette
)
public void setPalette(RasterColor[] palette)
 function Leadtools.Codecs.CodecsLoadInformationEventArgs.SetPalette( 
   palette 
)
public:
void SetPalette( 
   array<RasterColor>^ palette
) 

Parameters

palette
An array of RasterColor object that represents the palette for uncompressed data that is 8 bits per pixel or less.
Remarks
Fill in the first 1 >> BitsPerPixel entries in this palette.
Example
For an example, refer to RasterCodecs.LoadInformation.
Requirements

Target Platforms

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

Error processing SSI file