Draw a filled rectangle at fractional coordinates. Edges are anti-aliased.
Draw an anti-aliased line.
Draw a 1x1 rectangle at fractional coordinates. Affects up to 4 pixels in the image.
Draws an image. Returns this.
Fills a writable view with a solid color.
Draw a filled circle.
Draw a filled polygon with a variable number of points.
Draw a filled rectangle.
Draw a filled rectangle with an outline.
Draw a filled sector (circle slice).
Draw a horizontal line.
Draw a horizontal line
Draw a line.
Gets a pixel's address from a direct view.
Forwards to safePut or opIndex, depending on the CHECKED parameter. Allows propagation of a CHECKED parameter from other callers.
Draws a rectangle with a solid line. The coordinates represent bounds (open on the right) for the outside of the rectangle.
Get the pixel color at the specified coordinates, or fall back to the specified default value if the coordinates are out of bounds.
Set the pixel color at the specified coordinates if the coordinates are not out of bounds.
Draw a circle using a smooth interpolated line.
Draw a circle using a smooth interpolated line.
Downscale an image minding subpixel positioning on LCD screens.
Draw a line of a given thickness. Does not draw caps.
Draw a polygon of a given thickness. Does not draw caps.
Recursively replace the color of all adjacent pixels of the same color, starting with the given coordinates. Unchecked! Make sure area is bounded.
Draw a vertical line.
Draw a vertical line
Fill v with white noise.
Polygon point definition.
Draw a 1x1 rectangle at fractional coordinates. Affects up to 4 pixels in the image.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Drawing functions.