public final class EmfPlusHueSaturationLightnessEffect extends EmfPlusImageEffectsObjectType
The HueSaturationLightnessEffect object specifies adjustments to the hue, saturation, and lightness of an image.
Constructor and Description |
---|
EmfPlusHueSaturationLightnessEffect() |
Modifier and Type | Method and Description |
---|---|
int |
getHueLevel()
Gets or sets the Specifies the adjustment to the hue.
|
int |
getLightnessLevel()
Gets or sets the Specifies the adjustment to the lightness.
|
int |
getSaturationLevel()
Gets or sets the Specifies the adjustment to the saturation.
|
void |
setHueLevel(int value)
Gets or sets the Specifies the adjustment to the hue.
|
void |
setLightnessLevel(int value)
Gets or sets the Specifies the adjustment to the lightness.
|
void |
setSaturationLevel(int value)
Gets or sets the Specifies the adjustment to the saturation.
|
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.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.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.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.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.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.