com.aspose.slides
Class ColorReplaceEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectEffectiveData
      extended by com.aspose.slides.ColorReplaceEffectiveData
All Implemented Interfaces:
IColorReplaceEffectiveData, IEffectEffectiveData

public class ColorReplaceEffectiveData
extends EffectEffectiveData
implements IColorReplaceEffectiveData

Immutable object which represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected.


Method Summary
 java.awt.Color getColor()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColor

public java.awt.Color getColor()
Specified by:
getColor in interface IColorReplaceEffectiveData