|
HDK
|
#include <IMG_RasterTypes.h>
Public Types | |
| enum | ZeroInitType { ZERO_INIT } |
Public Member Functions | |
| UT_RGBAT ()=default | |
| UT_RGBAT (ZeroInitType) | |
| UT_RGBAT (T r, T g, T b, T a) | |
| template<typename U > | |
| UT_RGBAT (U r, U g, U b, U a) | |
| UT_RGBAT (const UT_RGBAT &s)=default | |
| template<typename U > | |
| UT_RGBAT (const UT_RGBAT< U > &s) | |
| UT_RGBAT & | operator= (const UT_RGBAT &s)=default |
| template<typename U > | |
| UT_RGBAT< T > & | operator= (const UT_RGBAT< U > &s) |
Public Attributes | |
| T | r |
| T | g |
| T | b |
| T | a |
Definition at line 22 of file IMG_RasterTypes.h.
| enum UT_RGBAT::ZeroInitType |
| Enumerator | |
|---|---|
| ZERO_INIT | |
Definition at line 74 of file UT_Pixel.h.
|
inline |
Definition at line 78 of file UT_Pixel.h.
Definition at line 79 of file UT_Pixel.h.
Definition at line 82 of file UT_Pixel.h.
|
inline |
Definition at line 90 of file UT_Pixel.h.
|
inline |
Definition at line 98 of file UT_Pixel.h.