Sha256: 88d9b88074afa728a023a8505ca9f3ba2ea3a397afee5d0dfd02cdf864ef2faf

Contents?: true

Size: 510 Bytes

Versions: 5

Compression:

Stored size: 510 Bytes

Contents

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


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


RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(RAYS_EXPORT, Rays::ColorSpace)


namespace Rays
{


	RAYS_EXPORT Rucy::Class color_space_class ();
	// class Rays::ColorSpace


}// Rays


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Rays::ColorSpace> ()
	{
		return Rays::color_space_class();
	}


}// Rucy


#endif//EOH

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rays-0.3.4 include/rays/ruby/color_space.h
rays-0.3.3 include/rays/ruby/color_space.h
rays-0.3.2 include/rays/ruby/color_space.h
rays-0.3.1 include/rays/ruby/color_space.h
rays-0.3 include/rays/ruby/color_space.h