com.aspose.slides
Class ColorReplaceDataEx

java.lang.Object
  extended by com.aspose.slides.EffectDataEx
      extended by com.aspose.slides.ColorReplaceDataEx

public class ColorReplaceDataEx
extends EffectDataEx

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


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

Constructor Detail

ColorReplaceDataEx

public ColorReplaceDataEx(java.awt.Color c)
Method Detail

getColor

public java.awt.Color getColor()