Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoImageColorDepth.c File Reference

Description

VuoImageColorDepth implementation.

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.
 
VuoImageColorDepth VuoImageColorDepth_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoImageColorDepth_jsonFromValue (const VuoImageColorDepth value)
 Encodes value as a JSON object.
 
VuoList_VuoImageColorDepth VuoImageColorDepth_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoImageColorDepth_summaryFromValue (const VuoImageColorDepth value)
 Returns a compact string representation of value.