[][src]Module prisma::color_space

Traits and structures to define color spaces and convert from device-dependent to device-independent spaces

Modules

named

Named built-in color spaces Defines the standard named color spaces as unit structs

Structs

EncodedColorSpace

A color space that also contains an encoding for device-dependent colors

RgbPrimary

An xy value used as a primary in Rgb color spaces

SpacedColor

A device-dependent color with an associated color space and encoding

Traits

ColorSpace

A color space that allows moving from device-dependent to device-independent spaces and back

ConvertFromXyz

An object that can convert a color out of XYZ

ConvertToXyz

An object that can convert a color into XYZ

UnitColorSpace

A color space with all data known at compile time

WithColorSpace

A color which can be assigned a color space

Type Definitions

LinearColorSpace

A convenience type defining a color space with no output encoding