QuantumRange

The largest value that fits in a Quantum, This is the same as Quantum.max except when the Quantum dept is 64 bits.

  1. enum QuantumRange;
  2. enum QuantumRange;
  3. enum QuantumRange;
  4. enum QuantumRange;
    extern (C)
    static if(!(MagickQuantumDepth == 8))
    static if(!(MagickQuantumDepth == 32))
    static if(!(MagickQuantumDepth == 64))
    enum QuantumRange = ushort.max;

Meta