Class | Description |
---|---|
RMFill |
This class represents a simple shape fill, drawing a given color in a provided path.
|
RMGradientFill |
This class represents a fill that draws a linear gradient between an arbitrary list of colors.
|
RMGradientFill.ColorStop |
Simple static class to represent a stop (they're immutable).
|
RMImageFill |
This class is used to fill a shape's path with an image.
|
RMStroke |
An RMFill subclass specifically designed to describe strokes.
|