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