Color.Max

Undocumented in source.
  1. enum Max;
    struct Color(T)
    static if(isIntegral!T)
    enum Max = T.max;
  2. enum Max;

Meta