OpenVDB
2.3.0
|
Floating-point RGBA components in the range [0, 1]. More...
#include <RayTracer.h>
Public Types | |
typedef float | ValueT |
Public Member Functions | |
RGBA () | |
RGBA (ValueT intensity) | |
RGBA (ValueT _r, ValueT _g, ValueT _b, ValueT _a=1.0f) | |
RGBA | operator* (ValueT scale) const |
RGBA | operator+ (const RGBA &rhs) const |
RGBA | operator* (const RGBA &rhs) const |
RGBA & | operator+= (const RGBA &rhs) |
void | over (const RGBA &rhs) |
Public Attributes | |
ValueT | r |
ValueT | g |
ValueT | b |
ValueT | a |
Floating-point RGBA components in the range [0, 1].
This is our preferred representation for color processing.
typedef float ValueT |
|
inline |
|
inline |
ValueT a |
ValueT b |
ValueT g |
ValueT r |