package
Version:
v0.0.0-...-e2c65c2
Opens a new window with list of versions in this module.
Published: Jan 16, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ToImage produces a view of a bitmap with colors corresonding to on and off
bits.
Bitmap is a compact bitmap image with a two-color palette.
New returns a bitmap with the given rectangle and two-color palette.
At returns whether the bit is set at a point.
Bounds returns the bounds of the bitmap
Set sets or resets the bit at a point.
Reader is a view into a bitmap.
FromImage produces a bitmap view of an image, where bits are on or off
depending on whether they more closely match the on or off color.
ReaderWriter is a readable/writable view into a bitmap.
Writer is a writable view into a bitmap.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.