Omnidome
Fulldome Mapping Software Toolkit
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
omni::RGBAFloat Struct Reference

RGBA float pixel type. More...

#include <PixelConverter.h>

Public Member Functions

 RGBAFloat ()
 
 RGBAFloat (float r, float g, float b, float a=1.0)
 

Data Fields

float r
 
float g
 
float b
 
float a
 

Detailed Description

RGBA float pixel type.

Constructor & Destructor Documentation

omni::RGBAFloat::RGBAFloat ( )
inline
28 {}
omni::RGBAFloat::RGBAFloat ( float  r,
float  g,
float  b,
float  a = 1.0 
)
inline
30  :
31  r(r), g(g), b(b), a(a) {}
float b
Definition: PixelConverter.h:33
float r
Definition: PixelConverter.h:33
float a
Definition: PixelConverter.h:33
float g
Definition: PixelConverter.h:33

Field Documentation

float omni::RGBAFloat::a
float omni::RGBAFloat::b
float omni::RGBAFloat::g
float omni::RGBAFloat::r

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