|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperation
com.aspose.slides.ColorReplace
public class ColorReplace
Represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected.
Constructor Summary | |
---|---|
ColorReplace()
Color Replace effect consructor. |
Method Summary | |
---|---|
IColorFormat |
getColor()
Returns color format which will replace color of every pixel. |
EffectEffectiveData |
getReadonly(BaseSlide slide,
FloatColor styleColor)
|
Methods inherited from class com.aspose.slides.ImageTransformOperation |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Constructor Detail |
---|
public ColorReplace()
Color Replace effect consructor.
Method Detail |
---|
public IColorFormat getColor()
Returns color format which will replace color of every pixel.
getColor
in interface IColorReplace
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |