Vuo  2.0.0
VuoThresholdType.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoThresholdType_struct { void *l; } * VuoList_VuoThresholdType;
14 #define VuoList_VuoThresholdType_TYPE_DEFINED
15 
28 typedef enum {
29  VuoThresholdType_Rec601, // ITU-R Recommendation BT.601 (1982) — NTSC / CCIR
30  VuoThresholdType_Rec709, // ITU-R Recommendation BT.709 (1990) — HDTV
31  VuoThresholdType_Desaturate, // HSL: S=0
32  VuoThresholdType_RGBAverage,
33  VuoThresholdType_RGBMaximum,
34  VuoThresholdType_RGBMinimum,
35  VuoThresholdType_Red,
36  VuoThresholdType_Green,
37  VuoThresholdType_Blue,
38  VuoThresholdType_Alpha,
39  VuoThresholdType_RGB,
41 
46 
48 
54