|
Blender V5.0
|
#include <types_rgbe.h>
Public Member Functions | |
| RGBE ()=default | |
| ccl_device_inline_method | RGBE (const float f_) |
Public Attributes | |
| union { | |
| struct { | |
| uint8_t r | |
| uint8_t g | |
| uint8_t b | |
| uint8_t e | |
| } | |
| float f | |
| }; | |
Definition at line 13 of file types_rgbe.h.
|
default |
|
inline |
Definition at line 23 of file types_rgbe.h.
References ccl_device_inline_method, and f.
| union { ... } RGBE |
| uint8_t RGBE::b |
Definition at line 16 of file types_rgbe.h.
Referenced by rgb_to_rgbe(), and rgbe_to_rgb().
| uint8_t RGBE::e |
Definition at line 16 of file types_rgbe.h.
Referenced by rgb_to_rgbe(), and rgbe_to_rgb().
| float RGBE::f |
Definition at line 18 of file types_rgbe.h.
Referenced by film_overwrite_pass_rgbe(), RGBE(), and rgbe_to_rgb().
| uint8_t RGBE::g |
Definition at line 16 of file types_rgbe.h.
Referenced by rgb_to_rgbe(), and rgbe_to_rgb().
| uint8_t RGBE::r |
Definition at line 16 of file types_rgbe.h.
Referenced by rgb_to_rgbe(), and rgbe_to_rgb().