Module colstodian::spaces[][src]

Expand description

Types representing different color spaces.

For more information, see the documentation for the corresponding dynamic color space (you can figure out the corresponding dynamic color space by looking at the) implementation of the ColorSpace trait on a specific color space struct.

Modules

Color spaces defined as data.

Structs

A type representing the ACES 2065-1 color space.

A type representing the ACEScg color space.

A type representing the BT.2020 color space (equivalent to the linear BT.2100 color space).

A type representing the reference XYZ color space.

A type representing the Apple Display P3 color space.

A color space defined in data by its Primaries, white point, and an optional invertible transform function.

A type representing the encoded BT.2020 color space (with BT.2020 OETF applied).

A type representing the encoded BT.2100 color space (with inverse PQ EOTF applied).

A type representing the encoded Display P3 color space (with sRGB OETF applied).

A type representing the encoded sRGB colorspace.

A type representing the ICtCp color space with PQ (Perceptual Quantizer) transfer functions.

A type representing the linear sRGB color space.

A type representing the Oklab color space.

A type representing the Oklch color space.

Type Definitions

A type representing the BT.2100 color space (equivalent to the unencoded BT.2020 color space).