|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.effects.ImageTransformOperationEx
com.aspose.slides.pptx.effects.Tint
public class Tint
Tint effect.
Shifts effect color values towards/away from hue by the specified amount.
Constructor Summary | |
---|---|
Tint(float hue,
float amount)
Tint effect constructor. |
Method Summary | |
---|---|
float |
getAmount()
Returns by how much the color value is shifted. |
float |
getHue()
Returns the hue towards which to tint. |
void |
setAmount(float amount)
Sets by how much the color value is shifted. |
void |
setHue(float hue)
Sets the hue towards which to tint. |
Methods inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tint(float hue, float amount)
hue
- The hue towards which to tint.amount
- Specifies by how much the color value is shifted.Method Detail |
---|
public float getHue()
public void setHue(float hue)
public float getAmount()
public void setAmount(float amount)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |