dmagick.c.magickType

Members

Aliases

Quantum
alias Quantum = float

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

Quantum
alias Quantum = double

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

Quantum
alias Quantum = real

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

Quantum
alias Quantum = float

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

Enums

ChannelType
enum ChannelType

Specify an image channel. A channel is a color component of a pixel. In the RGB colorspace the channels are red, green, and blue. There may also be an alpha (transparency/opacity) channel. In the CMYK colorspace the channels area cyan, magenta, yellow, and black. In the HSL colorspace the channels are hue, saturation, and lightness. In the Gray colorspace the only channel is gray.

ClassType
enum ClassType

Specify the image storage class.

Manifest constants

QuantumRange
enum QuantumRange;

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

QuantumRange
enum QuantumRange;

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

QuantumRange
enum QuantumRange;

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

QuantumRange
enum QuantumRange;

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

Meta