Renderer.Bitmap

BGRX/BGRA-only.

Members

Aliases

StorageType
alias StorageType = PlainStorageUnit!COLOR

ae.utils.graphics.view implementation.

Functions

scanline
inout(StorageType)[] scanline(xy_t y)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DirectView
Undocumented in source.

Variables

h
xy_t h;
pixels
StorageType* pixels;
stride
xy_t stride;
w
xy_t w;

ae.utils.graphics.view implementation.

Meta