HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Rgba Struct Reference

#include <ImfRgba.h>

Public Member Functions

 Rgba ()
 
 Rgba (half r, half g, half b, half a=1.f)
 

Public Attributes

half r
 
half g
 
half b
 
half a
 

Detailed Description

Definition at line 27 of file ImfRgba.h.

Constructor & Destructor Documentation

Rgba::Rgba ( )
inline

Definition at line 34 of file ImfRgba.h.

Rgba::Rgba ( half  r,
half  g,
half  b,
half  a = 1.f 
)
inline

Definition at line 35 of file ImfRgba.h.

Member Data Documentation

half Rgba::a

Definition at line 32 of file ImfRgba.h.

half Rgba::b

Definition at line 31 of file ImfRgba.h.

half Rgba::g

Definition at line 30 of file ImfRgba.h.

half Rgba::r

Definition at line 29 of file ImfRgba.h.


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