Sha256: 90edd484c93fa63862474cf37c8ccb9fe2a3b82d10e752494b1fed142b7b955b

Contents?: true

Size: 440 Bytes

Versions: 4

Compression:

Stored size: 440 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __RAYS_RUBY_COLOR_H__
#define __RAYS_RUBY_COLOR_H__


#include <rucy/class.h>
#include <rucy/extension.h>
#include <rays/color.h>


namespace Rays
{


	Rucy::Class color_class ();
	// class Rays::Color


}// Rays


RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(Rays::Color)


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Rays::Color> ()
	{
		return Rays::color_class();
	}


}// Rucy


#endif//EOH

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rays-0.1.32 include/rays/ruby/color.h
rays-0.1.31 include/rays/ruby/color.h
rays-0.1.30 include/rays/ruby/color.h
rays-0.1.29 include/rays/ruby/color.h