Pleora Technologies Inc. eBUS SDK v7.0.1.7536 API



PvPixelUtil.h
1 // *****************************************************************************
2 //
3 // Copyright (c) 2025, Pleora Technologies Inc., All rights reserved.
4 //
5 // *****************************************************************************
6 
7 #pragma once
8 
9 #include <PvBufferLib.h>
10 #include <PvPixelType.h>
11 
19 PV_BUFFER_API uint32_t PvPixelTypeGetPixelBitCount( PvPixelType aType );
20 
28 PV_BUFFER_API uint32_t PvPixelTypeGetPixelSize( PvPixelType aPixelType );
29 
30 
38 PV_BUFFER_API uint32_t PvPixelTypeGetBitsPerPixel( PvPixelType aPixelType );
39 
40 
48 PV_BUFFER_API bool PvPixelTypeIsPixelHighRes( PvPixelType aPixelType );
49 
57 PV_BUFFER_API uint32_t PvPixelTypeGetBitsPerComponent( PvPixelType aPixelType );
58 
66 PV_BUFFER_API PvString PvPixelTypeToString( PvPixelType aPixelType );
67 
75 PV_BUFFER_API bool PvPixelTypeIsPixelColor( PvPixelType aPixelType );
PvPixelType
Definition: PvPixelType.h:51
String class.
Definition: PvString.h:26

Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com