Command
QisLib_SetSDFFillColor

QisLib_SetSDFFillColor


Function:
	int QisLib_SetSDFFillColor(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 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