[][src]Module crow::color

A collection of useful color matrices.

Constants

BLUE

Uses only the green blue and alpha channel of an image.

GREEN

Uses only the green and alpha channel of an image.

GREYSCALE

Converts an ordinary image into grayscale.

IDENTITY

The identity matrix.

RED

Uses only the red and alpha channel of an image.