All Classes |Grouped Classes |Index

Function set_color_d

Set color based on rgba color components in the range 0-1.

	void CL_Color::set_color_d(
		float red,
		float green,
		float blue,
		float alpha = 1.0);