CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
color_channel_flag.h
1
2#ifndef _aspose_drawing_imaging_color_channel_flag_h_
3#define _aspose_drawing_imaging_color_channel_flag_h_
4
5namespace System { namespace Drawing { namespace Imaging {
7enum class ColorChannelFlag {
11 ColorChannelM = 1,
13 ColorChannelY = 2,
15 ColorChannelK = 3,
18};
19}}}
20
21#endif
ColorChannelFlag
Specifies a color channel in CMYK color space.
Definition: color_channel_flag.h:7
@ ColorChannelK
The black color channel.
@ ColorChannelM
The magenta color channel.
@ ColorChannelY
The yellow color channel.
@ ColorChannelLast
The last selected channel should be used.
@ ColorChannelC
The cyan color channel.
Definition: db_command.h:9