com.aspose.slides
Interface IColorEffect

All Superinterfaces:
IBehavior
All Known Implementing Classes:
ColorEffect

public interface IColorEffect
extends IBehavior


Method Summary
 IColorOffset getBy()
           
 int getColorSpace()
           
 int getDirection()
           
 IColorFormat getFrom()
           
 IColorFormat getTo()
           
 void setBy(IColorOffset value)
           
 void setColorSpace(int value)
           
 void setDirection(int value)
           
 void setFrom(IColorFormat value)
           
 void setTo(IColorFormat value)
           
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Method Detail

getFrom

IColorFormat getFrom()

setFrom

void setFrom(IColorFormat value)

getTo

IColorFormat getTo()

setTo

void setTo(IColorFormat value)

getBy

IColorOffset getBy()

setBy

void setBy(IColorOffset value)

getColorSpace

int getColorSpace()

setColorSpace

void setColorSpace(int value)

getDirection

int getDirection()

setDirection

void setDirection(int value)