voxelman.graphics.color

Members

Aliases

Color4ub
alias Color4ub = Vector!(ubyte, 4)
Undocumented in source.
ubvec3 (from voxelman.math)
alias ubvec3 = Vector!(ubyte, 3) via public import voxelman.math : ubvec3;
Undocumented in source.

Enums

Colors
enum Colors
Undocumented in source.

Functions

packColor
ushort packColor(ubvec3 c)
Undocumented in source. Be warned that the author may not have intended to support it.
packColor
ushort packColor(ubyte[3] c)
Undocumented in source. Be warned that the author may not have intended to support it.
packColor
ushort packColor(ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
rgb
Color4ub rgb(ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

colorsArray
Color4ub[] colorsArray;
Undocumented in source.

Meta

Authors

Andrey Penechko.