CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
color_matrix_flag.h
1
2#ifndef _color_matrix_flag_h_
3#define _color_matrix_flag_h_
4
5namespace System { namespace Drawing { namespace Imaging {
7 enum class ColorMatrixFlag {
9 Default = 0,
11 SkipGrays = 1,
13 AltGrays = 2
14 };
15}}}
16
17#endif
ColorMatrixFlag
Specifies the types of images and colors that will be affected by the color and grayscale adjustment ...
Definition: color_matrix_flag.h:7
@ SkipGrays
Grayscale values are not color-adjusted.
@ AltGrays
Only grayscale values are color-adjusted.
Definition: db_command.h:9
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type Default()
Returns the default-constructed instance of the specified type.
Definition: default.h:16