Color::=

Color::=
inline const Color& operator =(const Color & c);
Description

The operator = function assigns the current color to the value of the passed color. The following expression may be used to represent the result: (Channels = c.Channels).

Parameters
Parameters 
Description 
const Color & c 
A color whose components are set to those of the current color. 
Return Value

A Color reference to the current string whose components are set by the passed color.