[][src]Module pix::chan

Component channels

Structs

Ch8

8-bit color Channel.

Ch16

16-bit color Channel.

Ch32

32-bit color Channel.

Linear

Channels are encoded with linear gamma.

Premultiplied

Channels are premultiplied, or associated, with alpha.

Srgb

Channels are corrected using the sRGB gamma formula.

Straight

Channels are straight, not premultiplied with alpha.

Traits

Alpha

Alpha encoding mode.

Channel

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

Gamma

Gamma encoding mode.