DubiousEngine  0.2.0
Simple Game Engine
Dubious::Utility::Ac3d_material::Color Struct Reference

A simple 3 channel color. More...

#include <Ac3d_file_reader.h>

Public Member Functions

 Color (float r, float g, float b)
 Constructor - creates the specified RGB color. More...
 

Public Attributes

float red
 
float green
 
float blue
 

Detailed Description

A simple 3 channel color.

Each channel is described by a number between 0.0 and 1.0

Constructor & Destructor Documentation

Dubious::Utility::Ac3d_material::Color::Color ( float  r,
float  g,
float  b 
)
inline

Constructor - creates the specified RGB color.

Member Data Documentation

float Dubious::Utility::Ac3d_material::Color::blue
float Dubious::Utility::Ac3d_material::Color::green
float Dubious::Utility::Ac3d_material::Color::red

The documentation for this struct was generated from the following file: