Module pix::chan

source · []
Expand description

Component channels

Structs

8-bit color Channel.

16-bit color Channel.

32-bit color Channel.

Channels are encoded with linear gamma.

Premultiplied mode channels are associated with alpha.

Channels are corrected using the sRGB gamma formula.

Straight mode channels are not premultiplied with alpha.

Traits

Alpha encoding mode.

Component of a color model, such as red, green, etc.

Gamma encoding mode.