#include <pxl_pixeltypes.h>
Public Types | |
| typedef u32 | Unit |
| The type that represents the Element. | |
| typedef ssize_t | CalcUnit |
| The unit which should be used in calculation. | |
Static Public Member Functions | |
| static u32 | minVal () |
| Max value of the Unit. | |
| static u32 | maxVal () |
| Max value of the Unit. | |
Static Public Attributes | |
| static const bool | isIntegralType = true |
| Whether it is an integral type or not. | |
| static const size_t | size = 32 |
| Element Size in bits. | |
| static const bool | canPreserveOutOfRangeValues = false |
| Whether it can preserve out of range values or not. | |
Definition at line 326 of file pxl_pixeltypes.h.
| typedef ssize_t Celartem::ElementDef< bpc32bit >::CalcUnit |
| static u32 Celartem::ElementDef< bpc32bit >::minVal | ( | ) | [inline, static] |
| static u32 Celartem::ElementDef< bpc32bit >::maxVal | ( | ) | [inline, static] |
const bool Celartem::ElementDef< bpc32bit >::isIntegralType = true [static] |
const size_t Celartem::ElementDef< bpc32bit >::size = 32 [static] |
const bool Celartem::ElementDef< bpc32bit >::canPreserveOutOfRangeValues = false [static] |
Whether it can preserve out of range values or not.
Definition at line 340 of file pxl_pixeltypes.h.