Command
QisLib_SetSDFColor

QisLib_SetSDFColor


Function:
	int QisLib_SetSDFColor(CQisColor Color);

Inputs:
	Color: Color to be set.

Return:
	success: 0
	failure: one of the following values :

Errors:
	1: 'DisplayHandle' parameter of QisLib_InitLib is NULL, operation not permitted.
	-1: QisLib has not been initialized

Description:
	- Sets the fill color and outline color for the cell references drawn as filtered
	boxes, beacuse their size in pixels, is smaller than the cell display filter size
	currently set.
	- On Unix/Linux, this function does nothing if the 'DisplayHandle' parameter was set
	to NULL in QisLib_InitLib.


References:
QisLib_SetStructureDisplayFilterSize
QisLib_CQisColor