SignedQuantum

Quantum is an alias for the smallest integer that can hold a pixel channel.

  1. alias SignedQuantum = ptrdiff_t
  2. alias SignedQuantum = double
  3. alias SignedQuantum = real
    extern (C)
    static if(!(MagickQuantumDepth == 8))
    static if(!(MagickQuantumDepth == 32))
    static if(MagickQuantumDepth == 64)
    static if(MagickLibVersion >= 0x690)
    alias SignedQuantum = real
  4. alias SignedQuantum = double
  5. alias SignedQuantum = ptrdiff_t

Meta