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
5
namespace
System
{
namespace
Drawing {
namespace
Imaging {
7
enum class
ColorChannelFlag
{
9
ColorChannelC
= 0,
11
ColorChannelM
= 1,
13
ColorChannelY
= 2,
15
ColorChannelK
= 3,
17
ColorChannelLast
= 4
18
};
19
}}}
20
21
#endif
System::Drawing::Imaging::ColorChannelFlag
ColorChannelFlag
Specifies a color channel in CMYK color space.
Definition:
color_channel_flag.h:7
System::Drawing::Imaging::ColorChannelFlag::ColorChannelK
@ ColorChannelK
The black color channel.
System::Drawing::Imaging::ColorChannelFlag::ColorChannelM
@ ColorChannelM
The magenta color channel.
System::Drawing::Imaging::ColorChannelFlag::ColorChannelY
@ ColorChannelY
The yellow color channel.
System::Drawing::Imaging::ColorChannelFlag::ColorChannelLast
@ ColorChannelLast
The last selected channel should be used.
System::Drawing::Imaging::ColorChannelFlag::ColorChannelC
@ ColorChannelC
The cyan color channel.
System
Definition:
db_command.h:9
include
drawing
imaging
color_channel_flag.h
Generated by
1.9.4