JPlanner Programmer's Guide
GradientBrush.getInterpolationColors Method
See Also
 






Gets a ColorBlend that defines a multicolor linear gradient. A ColorBlend contains corresponding arrays of colors and positions. The positions are values from 0 through 1 that specify the percentage of the distance along the gradient line where the corresponding color is located.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public ColorBlend getInterpolationColors ()

 Return Value

A ColorBlend that defines a multicolor linear gradient.

 See Also

GradientBrush Members
GradientBrush Class
com.mindfusion.drawing Namespace