Home | All Classes | Grouped Classes | Index | Search

CL_Font::get_color

Returns current color.

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

	CL_Color get_color();

Detailed description:

Alpha 0.0f is full transparency, and 1.0f is full visibility (solid).

See also:

CL_Color | CL_Font



Questions or comments, write to the ClanLib mailing list.