Vuo 2.4.4
Loading...
Searching...
No Matches
VuoThresholdType.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoThresholdType_Rec601, // ITU-R Recommendation BT.601 (1982) — NTSC / CCIR
29 VuoThresholdType_Rec709, // ITU-R Recommendation BT.709 (1990) — HDTV
30 VuoThresholdType_Desaturate, // HSL: S=0
31 VuoThresholdType_RGBAverage,
32 VuoThresholdType_RGBMaximum,
33 VuoThresholdType_RGBMinimum,
34 VuoThresholdType_Red,
35 VuoThresholdType_Green,
36 VuoThresholdType_Blue,
37 VuoThresholdType_Alpha,
38 VuoThresholdType_RGB,
40
42
43VuoThresholdType VuoThresholdType_makeFromJson(struct json_object * js);
44struct json_object * VuoThresholdType_getJson(const VuoThresholdType value);
47
49
56
61#ifdef __cplusplus
62}
63#endif