ACEScc
The ACEScc color space is not registered in Color by default
Properties
Name: acescc
White Point: D60 / 2˚
Coordinates:
| Name | Range* |
|---|---|
r |
[-0.0729, 1.468] |
g |
[-0.0729, 1.468] |
b |
[-0.0729, 1.468] |
* Ranges are approximate and have been rounded.
ACEScc is a color space based on the API primaries and is primarily used for color grading. It is a logarithmic color space, unlike ACEScg, and maps black at 0 and white at 1.
Channel Aliases
| Channels | Aliases |
|---|---|
r |
red |
g |
green |
b |
blue |
Input/Output
ACEScc is not supported via the CSS spec and the parser input and string output only supports the
color() function format using the custom name --acescc:
When manually creating a color via raw data or specifying a color space as a parameter in a function, the color space name is always used:
The string representation of the color object and the default string output will be in the
color(--acescc r g b / a) form.