NAME
	  DtLightGetColor - Get	the color for the given	light.


     SYNOPSIS
	  #include <Dt.h>


	  int  DtLightGetColor(	int lightID, float *red, float *green, float *blue )


     DESCRIPTION
	  DtLightGetColor() returns the	lights color, via the pointers
	  to the red, green and	blue parameters, given the index of
	  the light into the light list, via the lightID parameter.







     DIAGNOSTICS
	  returns one on success and zero on failure.


     FILES
	  Link with -lDtOMio