ca-lib2 v2.3.5 (2017-03-29T13:36:46Z)
Dub
Repo
TwoDimBasicRenderer
caLib
renderers
TwoDimBasicRenderer
Undocumented in source.
struct
TwoDimBasicRenderer (
Ct
Lt
Pt
)
if
(
isColorPalette
!(
Pt
,
Ct
) &&
isBoundedLattice
!(
Lt
,
Ct
, 2)
) {
this
(Lt* lattice, Pt* palette, Window window);
void
render
();
void
screenshot
(string path);
void
startRecording
(string path, uint framerate);
void
stopRecording
();
}
Constructors
this
this
(Lt* lattice, Pt* palette, Window window)
Undocumented in source.
Members
Functions
render
void
render
()
Undocumented in source. Be warned that the author may not have intended to support it.
screenshot
void
screenshot
(string path)
Undocumented in source.
startRecording
void
startRecording
(string path, uint framerate)
Undocumented in source. Be warned that the author may not have intended to support it.
stopRecording
void
stopRecording
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
caLib
renderers
TwoDimBasicRenderer
structs
TwoDimBasicRenderer
templates
create_TwoDimBasicRenderer