Home | All Classes | Grouped Classes | Index | Search

CL_TextureUnit::get_color

Returns the constant color for texture unit.

	CL_Color get_color();

	void get_color(
		float& red, float& green, float& blue, float& alpha);

	void get_color(
		float color[4]);

See also:

CL_Color | CL_TextureUnit



Questions or comments, write to the ClanLib mailing list.