com.aspose.slides
Class ColorBlend

java.lang.Object
  extended by com.aspose.slides.ColorBlend

public final class ColorBlend
extends java.lang.Object


Constructor Summary
ColorBlend()
           
ColorBlend(int count)
           
 
Method Summary
 java.awt.Color[] getColors()
           
 float[] getPositions()
           
 void setColors(java.awt.Color[] value)
           
 void setPositions(float[] value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorBlend

public ColorBlend()

ColorBlend

public ColorBlend(int count)
Method Detail

getColors

public java.awt.Color[] getColors()

setColors

public void setColors(java.awt.Color[] value)

getPositions

public float[] getPositions()

setPositions

public void setPositions(float[] value)