Packages

 

com.aspose.imaging.fileformats.psd.layers.adjustmentlayers

Class ChannelMixerLayer

    • Method Detail

      • getMonochrome

        public final boolean getMonochrome()

        Gets a value indicating whether this ChannelMixerLayer is monochrome.

        Returns:
        a value indicating whether this ChannelMixerLayer is monochrome.
      • setMonochrome

        public final void setMonochrome(boolean value)

        Sets a value indicating whether this ChannelMixerLayer is monochrome.

        Parameters:
        value - a value indicating whether this ChannelMixerLayer is monochrome.
      • getChannelByIndex

        public abstract MixerChannel getChannelByIndex(int index)

        Gets the index of the channel by. Can return RgbMixerChannel or CmykMixerChannel

        Parameters:
        index - The index.
        Returns:
        MixerChannel