#include "Material.h" const Material Material::white(Color::white); Material::Material(const Color & rgb) { m_rgb = rgb; }