AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : DIBSetPalIndex Method |
The palette index within the image.
Valid values are greater than or equal to zero.
The RGB color value of the palette index.
Note: Value specified must be in a valid OLE_COLOR range.
Visual Basic |
---|
Public Sub DIBSetPalIndex( _ ByVal IPPalIndex As Integer, _ ByVal OPPalColor As OLE_COLOR _ ) |
The palette index within the image.
Valid values are greater than or equal to zero.
The RGB color value of the palette index.
Note: Value specified must be in a valid OLE_COLOR range.
The result of this method cannot be undone with the Undo method.
ImagXpress1.DibSetPalIndex10,RGB(255,0,0)