Packages

 

com.aspose.psd.fileformats.psd.layers.layerresources

Class BlncResource

    • Field Detail

      • TypeToolKey

        public static final int TypeToolKey

        The type tool info key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • BlncResource

        public BlncResource()

        Initializes a new instance of the BlncResource class.

    • Method Detail

      • getPreserveLuminosity

        public final boolean getPreserveLuminosity()

        Gets or sets a value indicating whether this BlncResource preserves luminosity.

        Value: true if it preserves luminosity; otherwise, false.
      • setPreserveLuminosity

        public final void setPreserveLuminosity(boolean value)

        Gets or sets a value indicating whether this BlncResource preserves luminosity.

        Value: true if it preserves luminosity; otherwise, false.
      • getShadowsCyanRedBalance

        public final short getShadowsCyanRedBalance()

        Gets or sets the Shadows Cyan Red Balance.

        Value: The Shadows Cyan Red Balance.
      • setShadowsCyanRedBalance

        public final void setShadowsCyanRedBalance(short value)

        Gets or sets the Shadows Cyan Red Balance.

        Value: The Shadows Cyan Red Balance.
      • getShadowsMagentaGreenBalance

        public final short getShadowsMagentaGreenBalance()

        Gets or sets the Shadows Magenta Green Balance.

        Value: The Shadows Magenta Green Balance.
      • setShadowsMagentaGreenBalance

        public final void setShadowsMagentaGreenBalance(short value)

        Gets or sets the Shadows Magenta Green Balance.

        Value: The Shadows Magenta Green Balance.
      • getShadowsYellowBlueBalance

        public final short getShadowsYellowBlueBalance()

        Gets or sets the Shadows Yellow Blue Balance.

        Value: The Shadows Yellow Blue Balance.
      • setShadowsYellowBlueBalance

        public final void setShadowsYellowBlueBalance(short value)

        Gets or sets the Shadows Yellow Blue Balance.

        Value: The Shadows Yellow Blue Balance.
      • getMidtonesCyanRedBalance

        public final short getMidtonesCyanRedBalance()

        Gets or sets the Midtones Cyan Red Balance.

        Value: The Midtones Cyan Red Balance.
      • setMidtonesCyanRedBalance

        public final void setMidtonesCyanRedBalance(short value)

        Gets or sets the Midtones Cyan Red Balance.

        Value: The Midtones Cyan Red Balance.
      • getMidtonesMagentaGreenBalance

        public final short getMidtonesMagentaGreenBalance()

        Gets or sets the Midtones Magenta Green Balance.

        Value: The Midtones Magenta Green Balance.
      • setMidtonesMagentaGreenBalance

        public final void setMidtonesMagentaGreenBalance(short value)

        Gets or sets the Midtones Magenta Green Balance.

        Value: The Midtones Magenta Green Balance.
      • getMidtonesYellowBlueBalance

        public final short getMidtonesYellowBlueBalance()

        Gets or sets the Midtones Yellow Blue Balance.

        Value: The Midtones Yellow Blue Balance.
      • setMidtonesYellowBlueBalance

        public final void setMidtonesYellowBlueBalance(short value)

        Gets or sets the Midtones Yellow Blue Balance.

        Value: The Midtones Yellow Blue Balance.
      • getHighlightsCyanRedBalance

        public final short getHighlightsCyanRedBalance()

        Gets or sets the Highlights Cyan Red Balance.

        Value: The Highlights Cyan Red Balance.
      • setHighlightsCyanRedBalance

        public final void setHighlightsCyanRedBalance(short value)

        Gets or sets the Highlights Cyan Red Balance.

        Value: The Highlights Cyan Red Balance.
      • getHighlightsMagentaGreenBalance

        public final short getHighlightsMagentaGreenBalance()

        Gets or sets the Highlights Magenta Green Balance.

        Value: The Highlights Magenta Green Balance.
      • setHighlightsMagentaGreenBalance

        public final void setHighlightsMagentaGreenBalance(short value)

        Gets or sets the Highlights Magenta Green Balance.

        Value: The Highlights Magenta Green Balance.
      • getHighlightsYellowBlueBalance

        public final short getHighlightsYellowBlueBalance()

        Gets or sets the Highlights Yellow Blue Balance.

        Value: The Highlights Yellow Blue Balance.
      • setHighlightsYellowBlueBalance

        public final void setHighlightsYellowBlueBalance(short value)

        Gets or sets the Highlights Yellow Blue Balance.

        Value: The Highlights Yellow Blue Balance.
      • getKey

        public int getKey()

        Gets the layer resource key.

        Specified by:
        getKey in class LayerResource
      • getLength

        public int getLength()

        Gets the layer resource length in bytes.

        Specified by:
        getLength in class LayerResource
      • save

        public void save(StreamContainer streamContainer,
                         int psdVersion)

        Saves the resource to the specified stream container.

        Overrides:
        save in class AdjustmentLayerResource
        Parameters:
        streamContainer - The stream container to save to.
        psdVersion - The PSD version.