{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

androidx.compose.ui.graphics.colorspace

Classes

Adaptation

List of adaptation matrices that can be used for chromatic adaptation using the von Kries transform.

ColorModel

A color model is required by a ColorSpace to describe the way colors can be represented as tuples of numbers.

ColorSpace

A ColorSpace is used to identify a specific organization of colors.

ColorSpaceKt
Connector

A connector transforms colors from a source color space to a destination color space.

RenderIntent

A render intent determines how a connector maps colors from one color space to another.

Rgb

An RGB color space is an additive color space using the RGB color model (a color is therefore represented by a tuple of 3 numbers).

TransferParameters

Defines the parameters for the ICC parametric curve type 4, as defined in ICC.1:2004-10, section 10.15.

WhitePoint

Class for constructing white points used in RGB color space.

Adaptation.Companion
ColorModel.Companion
ColorSpaces
Illuminant

Illuminant contains standard CIE white points.

RenderIntent.Companion