Vuo  2.3.2
VuoImageColorDepth.h
Go to the documentation of this file.
1 
10 #pragma once
11 
14 #define VuoList_VuoImageColorDepth_TYPE_DEFINED
16 
28 typedef enum {
29  VuoImageColorDepth_8, // 8 bits per channel (32 bits per RGBA pixel)
30  VuoImageColorDepth_16, // 16 bits per channel (64 bits per RGBA pixel)
31  VuoImageColorDepth_32, // 32 bits per channel (128 bits per RGBA pixel)
33 
34 unsigned int VuoImageColorDepth_getGlInternalFormat(unsigned int baseFormat, VuoImageColorDepth imageColorDepth);
35 
40 
50