com.aspose.slides
Class Tint

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.Tint
All Implemented Interfaces:
IImageTransformOperation, IPresentationComponent, ISlideComponent, ITint, java.lang.Cloneable

public class Tint
extends ImageTransformOperation
implements ITint

Represents a Tint effect. Shifts effect color values towards/away from hue by the specified amount.


Constructor Summary
Tint(float hue, float amount)
           Tint effect constructor.
 
Method Summary
 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

Tint

public Tint(float hue,
            float amount)

Tint effect constructor.

Parameters:
hue - The hue towards which to tint.
amount - Specifies by how much the color value is shifted.
Method Detail

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)