Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class ColorChannelFlag

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.ColorChannelFlag


  • public final class ColorChannelFlag
    extends com.aspose.ms.System.Enum

    Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods.

    • Field Detail

      • ColorChannelC

        public static final int ColorChannelC

        The cyan color channel.

        See Also:
        Constant Field Values
      • ColorChannelM

        public static final int ColorChannelM

        The magenta color channel.

        See Also:
        Constant Field Values
      • ColorChannelY

        public static final int ColorChannelY

        The yellow color channel.

        See Also:
        Constant Field Values
      • ColorChannelK

        public static final int ColorChannelK

        The black color channel.

        See Also:
        Constant Field Values
      • ColorChannelLast

        public static final int ColorChannelLast

        The last selected channel should be used.

        See Also:
        Constant Field Values