Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoImageColorDepth.h File Reference

Description

VuoImageColorDepth C type definition.

Definition in file VuoImageColorDepth.h.

Go to the source code of this file.

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_object * VuoImageColorDepth_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.
 
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.