AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : ReplaceColors Method |
The starting color in the color range.
Note: Value specified must be in a valid OLE_COLOR range.
The ending color in the color range.
Note: Value specified must be in a valid OLE_COLOR range.
The replacement color to use for all colors in the color range.
Note: Value specified must be in a valid OLE_COLOR range.
Visual Basic |
---|
Public Sub ReplaceColors( _ ByVal IPColorFrom As OLE_COLOR, _ ByVal IPColorTo As OLE_COLOR, _ ByVal IPColorReplace As OLE_COLOR _ ) |
The starting color in the color range.
Note: Value specified must be in a valid OLE_COLOR range.
The ending color in the color range.
Note: Value specified must be in a valid OLE_COLOR range.
The replacement color to use for all colors in the color range.
Note: Value specified must be in a valid OLE_COLOR range.
All colors in the image that fall within the range of ColorFrom and ColorTo are replaced with ColorReplace.