Module resize::px[][src]

Pixel format from the rgb crate.

Structs

Gray

Grayscale. Use .0 or * (deref) to access the value.

RGB

The RGB pixel

RGBA

The RGBA pixel

Traits

PixelFormat

Use Pixel presets to specify pixel format.