Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoImageColorDepth.h File Reference

Description

VuoImageColorDepth C type definition.

Classes

struct  VuoList_VuoImageColorDepth_struct
 A list of VuoImageColorDepth elements. 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.
 
VuoImageColorDepth VuoImageColorDepth_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoImageColorDepth_getJson (const VuoImageColorDepth value)
 Encodes value as a JSON object.
 
VuoList_VuoImageColorDepth VuoImageColorDepth_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoImageColorDepth_getSummary (const VuoImageColorDepth value)
 Returns a compact string representation of value.
 
VuoImageColorDepth VuoImageColorDepth_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoImageColorDepth_getString (const VuoImageColorDepth value)
 Automatically generated function.
 
void VuoImageColorDepth_retain (VuoImageColorDepth value)
 Automatically generated function.
 
void VuoImageColorDepth_release (VuoImageColorDepth value)
 Automatically generated function.
 
#define VuoList_VuoImageColorDepth_TYPE_DEFINED
 
typedef struct
VuoList_VuoImageColorDepth_struct
VuoList_VuoImageColorDepth