Search
GradientBrush Class
See Also
 






Represents a gradient brush which paints the interior of objects starting with one color and gradually changing to another color by interpolating the RGB values of the two colors.

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

 Syntax

Java  Copy Code

public class GradientBrush extends Brush

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.drawing.Brush
        com.mindfusion.drawing.GradientBrush

 See Also