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