ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
Renderer.Bitmap
ae
ui
video
renderer
Renderer
BGRX/BGRA-only.
class
Renderer
struct
Bitmap {
alias
StorageType
=
PlainStorageUnit
!
COLOR
;
StorageType
*
pixels
;
xy_t
w
;
xy_t
h
;
xy_t
stride
;
inout
(
StorageType
)[]
scanline
(xy_t y);
mixin
DirectView
;
}
Members
Aliases
StorageType
alias
StorageType
=
PlainStorageUnit
!
COLOR
Undocumented in source.
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
h
xy_t
h
;
Undocumented in source.
Variables
pixels
StorageType
*
pixels
;
stride
xy_t
stride
;
Undocumented in source.
w
xy_t
w
;
Undocumented in source.
Meta
Source
See Implementation
ae
ui
video
renderer
Renderer
aliases
COLOR
functions
clear
draw
fastLock
fillRect
hline
line
lock
present
putPixel
putPixels
shutdown
unlock
vline
properties
height
width
structs
Bitmap
Pixel
variables
canFastLock
BGRX/BGRA-only.