// STL includes #include #include // hyperion Utils includes #include RgbImage::RgbImage(const unsigned width, const unsigned height, const RgbColor background) : mWidth(width), mHeight(height), mColors(new RgbColor[width*height]) { for (unsigned i=0; i