Packages

 

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

Class RgbMixerChannel



  • public class RgbMixerChannel
    extends MixerChannel

    RgbChannel. It's wrapper for channel raw data. Used in MixrResource

    • Method Detail

      • getRed

        public final short getRed()

        Gets or sets the red.

        Value: The red.
      • setRed

        public final void setRed(short value)

        Gets or sets the red.

        Value: The red.
      • getGreen

        public final short getGreen()

        Gets or sets the green.

        Value: The green.
      • setGreen

        public final void setGreen(short value)

        Gets or sets the green.

        Value: The green.
      • getBlue

        public final short getBlue()

        Gets or sets the blue.

        Value: The blue.
      • setBlue

        public final void setBlue(short value)

        Gets or sets the blue.

        Value: The blue.