[][src]Module alchemy_styles::color

Implements Color. Heavily based on the Color module in Servo's CSS parser, but tweaked for (what I believe) is a friendlier API, and to separate out the parsing into a separate module.

Structs

Color

A color with red, green, blue, and alpha components, in a byte each.