If the image has a palette, SetPaletteItem allows to set palette colors.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetPaletteItem(
	int index,
	IERGB color
)
Public Sub SetPaletteItem ( _
	index As Integer, _
	color As IERGB _
)
public:
void SetPaletteItem(
	int index, 
	IERGB color
)

Parameters

index
Int32
The palette item index (0..PaletteLength-1).
color
IERGB
The item color.

See Also