lcd_distribution_lut

Undocumented in source.
version(Windows)
static if(BACKEND_GUI)
struct lcd_distribution_lut (
int maxv = 65
) {}

Constructors

this
this(double prim, double second, double tert)
Undocumented in source.

Members

Functions

primary
uint primary(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
secondary
uint secondary(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
tertiary
uint tertiary(int v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta