ColorChannelFlag Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods.
public enum class ColorChannelFlag
public enum ColorChannelFlag
type ColorChannelFlag =
Public Enum ColorChannelFlag
- Inheritance
Fields
Name | Value | Description |
---|---|---|
ColorChannelC | 0 | The cyan color channel. |
ColorChannelM | 1 | The magenta color channel. |
ColorChannelY | 2 | The yellow color channel. |
ColorChannelK | 3 | The black color channel. |
ColorChannelLast | 4 | The last selected channel should be used. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.