#include <pxl_pixeltypes.h>
Public Types | |
| typedef u64 | Unit |
| The type that represents the Element. | |
| typedef i64 | CalcUnit |
| The unit which should be used in calculation. | |
Static Public Member Functions | |
| static u64 | minVal () |
| Max value of the Unit. | |
| static u64 | 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 = 64 |
| Element Size in bits. | |
| static const bool | canPreserveOutOfRangeValues = false |
| Whether it can preserve out of range values or not. | |
Definition at line 347 of file pxl_pixeltypes.h.
| static u64 Celartem::ElementDef< bpc64bit >::minVal | ( | ) | [inline, static] |
| static u64 Celartem::ElementDef< bpc64bit >::maxVal | ( | ) | [inline, static] |
const bool Celartem::ElementDef< bpc64bit >::isIntegralType = true [static] |
const size_t Celartem::ElementDef< bpc64bit >::size = 64 [static] |
const bool Celartem::ElementDef< bpc64bit >::canPreserveOutOfRangeValues = false [static] |
Whether it can preserve out of range values or not.
Definition at line 361 of file pxl_pixeltypes.h.