#ifndef _Xcolor_H_

#define _Xcolor_H_



enum

{

	COLORSHADER_COLOR				= 1000, // VECTOR

	COLORSHADER_BRIGHTNESS	= 1001	// REAL

};



#endif