IColorChangeEffectiveData

All Implemented Interfaces: com.aspose.slides.IEffectEffectiveData

public interface IColorChangeEffectiveData extends IEffectEffectiveData

Immutable object which represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.

Methods

MethodDescription
getFromColor()Color which will be replaced.
getToColor()Color which will replace.
getUseAlpha()Returns a boolean value which determines if alpha component should be used.

getFromColor()

public abstract Color getFromColor()

Color which will be replaced. Read-only java.awt.Color.

Returns: java.awt.Color

getToColor()

public abstract Color getToColor()

Color which will replace. Read-only java.awt.Color.

Returns: java.awt.Color

getUseAlpha()

public abstract boolean getUseAlpha()

Returns a boolean value which determines if alpha component should be used. Read-only boolean.

Returns: boolean