|
HDK
|
Include dependency graph for ImathColor.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Color3< T > |
| class | Color4< T > |
Typedefs | |
| typedef Color3< float > | Color3f |
| 3 float channels More... | |
| typedef Color3< half > | Color3h |
| 3 half channels More... | |
| typedef Color3< unsigned char > | Color3c |
| 3 8-bit integer channels More... | |
| typedef Color3< half > | C3h |
| 3 half channels More... | |
| typedef Color3< float > | C3f |
| 3 float channels More... | |
| typedef Color3< unsigned char > | C3c |
| 3 8-bit integer channels More... | |
| typedef Color4< float > | Color4f |
| 4 float channels More... | |
| typedef Color4< half > | Color4h |
| 4 half channels More... | |
| typedef Color4< unsigned char > | Color4c |
| 4 8-bit integer channels More... | |
| typedef Color4< float > | C4f |
| 4 float channels More... | |
| typedef Color4< half > | C4h |
| 4 half channels More... | |
| typedef Color4< unsigned char > | C4c |
| 4 8-bit integer channels More... | |
| typedef unsigned int | PackedColor |
| Packed 32-bit integer. More... | |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &s, const Color4< T > &v) |
| Stream output, as "(r g b a)". More... | |
| template<class S , class T > | |
| IMATH_HOSTDEVICE constexpr Color4< T > | operator* (S a, const Color4< T > &v) IMATH_NOEXCEPT |
| Reverse multiplication: S * Color4. More... | |
3 8-bit integer channels
Definition at line 333 of file ImathColor.h.
3 float channels
Definition at line 330 of file ImathColor.h.
3 half channels
Definition at line 327 of file ImathColor.h.
4 8-bit integer channels
Definition at line 351 of file ImathColor.h.
4 float channels
Definition at line 345 of file ImathColor.h.
4 half channels
Definition at line 348 of file ImathColor.h.
3 8-bit integer channels
Definition at line 324 of file ImathColor.h.
3 float channels
Definition at line 318 of file ImathColor.h.
3 half channels
Definition at line 321 of file ImathColor.h.
4 8-bit integer channels
Definition at line 342 of file ImathColor.h.
4 float channels
Definition at line 336 of file ImathColor.h.
4 half channels
Definition at line 339 of file ImathColor.h.
| typedef unsigned int PackedColor |
Packed 32-bit integer.
Definition at line 354 of file ImathColor.h.
|
inline |
Reverse multiplication: S * Color4.
Definition at line 792 of file ImathColor.h.
| std::ostream & operator<< | ( | std::ostream & | s, |
| const Color4< T > & | v | ||
| ) |
Stream output, as "(r g b a)".
Definition at line 781 of file ImathColor.h.