Vuo  2.4.1
VuoImageWrapMode.h
Go to the documentation of this file.
1
10#pragma once
11
14#define VuoList_VuoImageWrapMode_TYPE_DEFINED
16
28typedef enum {
29 VuoImageWrapMode_None, // pixels are rendered black
30 VuoImageWrapMode_ClampEdge, // the last pixel on the edge is repeated
31 VuoImageWrapMode_Repeat, // the image will tile
32 VuoImageWrapMode_MirroredRepeat // the image will repeat inverted
34
39
41
48