Fills the whole writable view with a solid color.
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.
Unchecked! Make sure area is bounded.
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. Port of ae.utils.graphics.