Module picto::pixel [] [src]

Basic traits for types within buffers and views.

Traits

Channel

A Channel abstracts away the underlying type the Pixel components are stored as.

Pixel

A Pixel represents a color containing a certain amount of channels convertible from the Channel type.

Read

A Pixel readable from a slice.

Write

A Pixel writable to a slice.