Home | All Classes | Grouped Classes | Index | Search

CL_TextureUnit::set_color

Sets the constant color for texture unit.

	void set_color(
		const CL_Color& color);

	void set_color(
		float red, float green, float blue, float alpha);

	void set_color(
		float color[4]);

See also:

CL_Color | CL_TextureUnit



Questions or comments, write to the ClanLib mailing list.