9#include <PvBufferLib.h>
19PV_BUFFER_API uint32_t PvPixelTypeGetPixelBitCount(
PvPixelType aType );
28PV_BUFFER_API uint32_t PvPixelTypeGetPixelSize(
PvPixelType aPixelType );
38PV_BUFFER_API uint32_t PvPixelTypeGetBitsPerPixel(
PvPixelType aPixelType );
48PV_BUFFER_API
bool PvPixelTypeIsPixelHighRes(
PvPixelType aPixelType );
57PV_BUFFER_API uint32_t PvPixelTypeGetBitsPerComponent(
PvPixelType aPixelType );
75PV_BUFFER_API
bool PvPixelTypeIsPixelColor(
PvPixelType aPixelType );
PvPixelType
Definition PvPixelType.h:51
String class.
Definition PvString.h:26