Vuo  2.0.2
Functions
VuoImageColorDepth.c File Reference

Description

VuoImageColorDepth implementation.

Definition in file VuoImageColorDepth.c.

Go to the source code of this file.

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 (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
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...