Vuo  2.3.2
Classes | Enumerations | Functions
VuoImageColorDepth.h File Reference

Description

VuoImageColorDepth C type definition.

Definition in file VuoImageColorDepth.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoImageColorDepth_struct
 List type. More...
 

Enumerations

enum  VuoImageColorDepth { VuoImageColorDepth_8 , VuoImageColorDepth_16 , VuoImageColorDepth_32 }
 An image's color bit-depth. More...
 

Functions

unsigned int VuoImageColorDepth_getGlInternalFormat (unsigned int baseFormat, VuoImageColorDepth imageColorDepth)
 Returns the OpenGL internal format constant for a texture with the specified baseFormat and imageColorDepth. More...
 
VuoImageColorDepth VuoImageColorDepth_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoImageColorDepth_getJson (const VuoImageColorDepth value)
 Encodes value as a JSON object. More...
 
VuoList_VuoImageColorDepth VuoImageColorDepth_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoImageColorDepth_getSummary (const VuoImageColorDepth value)
 Returns a compact string representation of value. More...
 
VuoImageColorDepth VuoImageColorDepth_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoImageColorDepth_getString (const VuoImageColorDepth value)
 Automatically generated function. More...
 
void VuoImageColorDepth_retain (VuoImageColorDepth value)
 Automatically generated function. More...
 
void VuoImageColorDepth_release (VuoImageColorDepth value)
 Automatically generated function. More...
 
#define VuoList_VuoImageColorDepth_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoImageColorDepth_structVuoList_VuoImageColorDepth
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoImageColorDepth_TYPE_DEFINED

#define VuoList_VuoImageColorDepth_TYPE_DEFINED

List type.

Definition at line 14 of file VuoImageColorDepth.h.

Typedef Documentation

◆ VuoList_VuoImageColorDepth

List type.