// ------- Default Value Constructor -----------------------------------
--

inline Color::Color()
{
   myColorValue = RED;
}

