com.aspose.slides
Interface IGradientStopEffectiveData

All Known Implementing Classes:
GradientStopEffectiveData

public interface IGradientStopEffectiveData

immutable object which represents a gradient stop.


Method Summary
 java.awt.Color getColor()
           Returns the color of a gradient stop.
 float getPosition()
           Returns the position (0..1) of a gradient stop.
 

Method Detail

getPosition

float getPosition()

Returns the position (0..1) of a gradient stop. Read-only float.


getColor

java.awt.Color getColor()

Returns the color of a gradient stop. Read-only System.Drawing.Color.



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