XColor

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (C) nothrow @nogc
struct XColor {}

Members

Variables

blue
ushort blue;
Undocumented in source.
flags
char flags;
green
ushort green;
Undocumented in source.
pad
char pad;
Undocumented in source.
pixel
c_ulong pixel;
Undocumented in source.
red
ushort red;
Undocumented in source.

Meta