Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusHueSaturationLightnessEffect

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusHueSaturationLightnessEffect
    extends EmfPlusImageEffectsObjectType

    The HueSaturationLightnessEffect object specifies adjustments to the hue, saturation, and lightness of an image.

    • Constructor Detail

      • EmfPlusHueSaturationLightnessEffect

        public EmfPlusHueSaturationLightnessEffect()
    • Method Detail

      • getHueLevel

        public int getHueLevel()

        Gets or sets the Specifies the adjustment to the hue. -180 ≤ value < 0 Negative values specify clockwise rotation on the color wheel. 0 A value of 0 specifies that the hue MUST NOT change. 0 < value ≤ 180 Positive values specify counter-clockwise rotation on the color wheel.

        Value: The hue level.
      • setHueLevel

        public void setHueLevel(int value)

        Gets or sets the Specifies the adjustment to the hue. -180 ≤ value < 0 Negative values specify clockwise rotation on the color wheel. 0 A value of 0 specifies that the hue MUST NOT change. 0 < value ≤ 180 Positive values specify counter-clockwise rotation on the color wheel.

        Value: The hue level.
      • getSaturationLevel

        public int getSaturationLevel()

        Gets or sets the Specifies the adjustment to the saturation. -100 ≤ value < 0 Negative values specify decreasing saturation. 0 A value of 0 specifies that the saturation MUST NOT change. 0 < value ≤ 100 Positive values specify increasing saturation.

        Value: The saturation level.
      • setSaturationLevel

        public void setSaturationLevel(int value)

        Gets or sets the Specifies the adjustment to the saturation. -100 ≤ value < 0 Negative values specify decreasing saturation. 0 A value of 0 specifies that the saturation MUST NOT change. 0 < value ≤ 100 Positive values specify increasing saturation.

        Value: The saturation level.
      • getLightnessLevel

        public int getLightnessLevel()

        Gets or sets the Specifies the adjustment to the lightness. -100 ≤ value < 0 Negative values specify decreasing lightness. 0 A value of 0 specifies that the lightness MUST NOT change. 0 < value ≤ 100 Positive values specify increasing lightness.

        Value: The lightness level.
      • setLightnessLevel

        public void setLightnessLevel(int value)

        Gets or sets the Specifies the adjustment to the lightness. -100 ≤ value < 0 Negative values specify decreasing lightness. 0 A value of 0 specifies that the lightness MUST NOT change. 0 < value ≤ 100 Positive values specify increasing lightness.

        Value: The lightness level.