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
Assembly: com.mindfusion.drawing
SyntaxJava
Copy Code
|
|---|
public class GradientBrush extends Brush |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.drawing.Brush
com.mindfusion.drawing.GradientBrush
See Also