Pleora Technologies Inc. eBUS SDK v7.0.1.7536 API



Loading...
Searching...
No Matches
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
19PV_BUFFER_API uint32_t PvPixelTypeGetPixelBitCount( PvPixelType aType );
20
28PV_BUFFER_API uint32_t PvPixelTypeGetPixelSize( PvPixelType aPixelType );
29
30
38PV_BUFFER_API uint32_t PvPixelTypeGetBitsPerPixel( PvPixelType aPixelType );
39
40
48PV_BUFFER_API bool PvPixelTypeIsPixelHighRes( PvPixelType aPixelType );
49
57PV_BUFFER_API uint32_t PvPixelTypeGetBitsPerComponent( PvPixelType aPixelType );
58
66PV_BUFFER_API PvString PvPixelTypeToString( PvPixelType aPixelType );
67
75PV_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