Vuo  0.4.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Modules
Built-in Types

Description

Types defined by Vuo Core, for use in both Vuo Graph Language and C code.

Modules

 VuoList_VuoBoolean
 A list of VuoBoolean elements.
 
 VuoList_VuoImage
 A list of VuoImage elements.
 
 VuoList_VuoInteger
 A list of VuoInteger elements.
 
 VuoList_VuoMidiDevice
 A list of VuoMidiDevice elements.
 
 VuoList_VuoPoint2d
 A list of VuoPoint2d elements.
 
 VuoList_VuoPoint3d
 A list of VuoPoint3d elements.
 
 VuoList_VuoPoint4d
 A list of VuoPoint4d elements.
 
 VuoList_VuoReal
 A list of VuoReal elements.
 
 VuoList_VuoSceneObject
 A list of VuoSceneObject elements.
 
 VuoList_VuoText
 A list of VuoText elements.
 
 VuoList_VuoVertices
 A list of VuoVertices elements.
 
 VuoBlendMode
 An enum defining different types of blend shaders.
 
 VuoBoolean
 A Boolean.
 
 VuoColor
 A color, with component values specifying red, green, blue, and alpha (opacity).
 
 VuoCountWrapMode
 An enum defining different types of wrapping.
 
 VuoCurve
 An enum defining different types of curves.
 
 VuoCurveDomain
 An enum defining different types of curves.
 
 VuoFrameRequest
 Information about a request for rendering a new graphical frame.
 
 VuoGradientNoise
 An enum defining different types of noise.
 
 VuoImage
 An image residing in GPU memory (GL Texture Object).
 
 VuoInteger
 A signed 64-bit integer.
 
 VuoMidiController
 A music note event sent via MIDI.
 
 VuoMidiDevice
 A set of specifications for choosing a MIDI device.
 
 VuoMidiNote
 A music note event sent via MIDI.
 
 VuoMouseButtonAction
 A press, release, or click of one of the mouse buttons.
 
 VuoNoise
 An enum defining different types of noise.
 
 VuoPoint2d
 A floating-point 2-dimensional Cartesian spatial location.
 
 VuoPoint3d
 A floating-point 3-dimensional Cartesian spatial location.
 
 VuoPoint4d
 A floating-point 4-dimensional point.
 
 VuoReal
 A floating-point number.
 
 VuoSceneObject
 A renderable 3D Object.
 
 VuoShader
 A graphics shader program, specifying how to render a 3D object.
 
 VuoText
 A Unicode (UTF-8) text string.
 
 VuoTransform
 A 3D transformation (scale, rotation, translation).
 
 VuoVertices
 Vertices representing a 3D object.
 
 VuoWave
 An enum defining different waves.