Seperated grayscale conversion type

BT601, BT709, and average.
This commit is contained in:
basic2004
2017-07-19 15:08:40 +09:00
committed by GitHub
parent 021befa12c
commit 7f978f5a30
7 changed files with 45 additions and 4 deletions

View File

@@ -410,6 +410,9 @@
#define IDM_VID_OVERSCAN 40076
#define IDM_VID_INVERT 40079
#define IDM_VID_CGACON 40080
#define IDM_VID_GRAYCT_601 40085
#define IDM_VID_GRAYCT_709 40086
#define IDM_VID_GRAYCT_AVE 40087
#define IDM_VID_GRAY_RGB 40090
#define IDM_VID_GRAY_MONO 40091
#define IDM_VID_GRAY_AMBER 40092