com.aspose.slides
Interface IGradientStop

All Known Implementing Classes:
GradientStop

public interface IGradientStop


Method Summary
 IColorFormat getColor()
           Returns the color of a gradient stop.
 float getPosition()
           Returns or sets the position (0..1) of a gradient stop.
 void setPosition(float value)
           Returns or sets the position (0..1) of a gradient stop.
 

Method Detail

getPosition

float getPosition()

Returns or sets the position (0..1) of a gradient stop. Read/write float.


setPosition

void setPosition(float value)

Returns or sets the position (0..1) of a gradient stop. Read/write float.


getColor

IColorFormat getColor()

Returns the color of a gradient stop. Read-only IColorFormat.



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