// -*- c++ -*- #pragma once #ifndef __RAYS_RUBY_COLOR_H__ #define __RAYS_RUBY_COLOR_H__ #include #include #include #include #include namespace Rays { Rucy::Class color_class (); // class Rays::Color }// Rays RUCY_DECLARE_VALUE_FROM_TO(Rays::Color) #endif//EOH