Module printpdf::types::plugins::graphics::color [] [src]

Color module (CMYK or RGB). Shared between 2D and 3D module.

Structs

Cmyk

CMYK color

Greyscale

Greyscale color

Rgb

RGB color

SpotColor

Spot color Spot colors are like Cmyk, but without color space They are essentially "named" colors from specific vendors currently they are the same as a CMYK color.

Enums

Color

Wrapper for Rgb, Cmyk and other color types

ColorBits

How many bits does a color have?

ColorSpace

Color space (enum for marking the number of bits a color has)

PdfColor

Tuple for differentiating outline and fill colors