Class ColorChangeEffect
java.lang.Object
com.independentsoft.office.drawing.ColorChangeEffect
The Class ColorChangeEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getFrom()Gets the from.getTo()Gets the to.booleanChecks if is consider alpha values.voidsetConsiderAlphaValues(boolean considerAlphaValues)Sets the consider alpha values.voidsetFrom(ChangeColorFrom from)Sets the from.voidsetTo(ChangeColorTo to)Sets the to.toString()
-
Constructor Details
-
ColorChangeEffect
public ColorChangeEffect()Instantiates a new color change effect.
-
-
Method Details
-
clone
-
toString
-
getFrom
Gets the from.- Returns:
- the from
-
setFrom
Sets the from.- Parameters:
from- the new from
-
getTo
Gets the to.- Returns:
- the to
-
setTo
Sets the to.- Parameters:
to- the new to
-
isConsiderAlphaValues
public boolean isConsiderAlphaValues()Checks if is consider alpha values.- Returns:
- true, if is consider alpha values
-
setConsiderAlphaValues
public void setConsiderAlphaValues(boolean considerAlphaValues)Sets the consider alpha values.- Parameters:
considerAlphaValues- the new consider alpha values
-