com.aspose.slides
Class AlphaReplaceEffectiveData

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

public class AlphaReplaceEffectiveData
extends EffectEffectiveData
implements IAlphaReplaceEffectiveData

Immutable object which represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha.


Method Summary
 float getAlpha()
           Returns new alpha value in the interval [0..1] Read-only float.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAlpha

public float getAlpha()

Returns new alpha value in the interval [0..1] Read-only float.

Specified by:
getAlpha in interface IAlphaReplaceEffectiveData


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.