pxv.lib

Undocumented in source.

Modules

image
module pxv.lib.image
Undocumented in source.

Members

Enums

ColorType
enum ColorType
Undocumented in source.
MatchSize
enum MatchSize
Undocumented in source.

Functions

fwrite
void fwrite(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
fwriteln
void fwriteln(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
getChar
char getChar(Color _col)
Undocumented in source. Be warned that the author may not have intended to support it.
getImageString
string getImageString(Config p_conf, Image img)
Undocumented in source. Be warned that the author may not have intended to support it.
pixelColor
Color pixelColor(Pixel p)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string t)
Undocumented in source. Be warned that the author may not have intended to support it.
writePixel
void writePixel(BG bg, Color fg, string c)
Undocumented in source. Be warned that the author may not have intended to support it.
writePixel
void writePixel(Color bg, FG fg, string c)
Undocumented in source. Be warned that the author may not have intended to support it.
writePixel
void writePixel(Color bg, Color fg, string c)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln(string t)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Config
struct Config
Undocumented in source.

Variables

alphaThreshold
int alphaThreshold;
Undocumented in source.
brightChars
string brightChars;
Undocumented in source.
conf
Config conf;
Undocumented in source.
lowerBlock
string lowerBlock;
Undocumented in source.
upperBlock
string upperBlock;
Undocumented in source.

Meta