Function: adobeRGBToRGB()
adobeRGBToRGB(adobeRGB
): RGB
Converts Adobe RGB values to standard RGB color space.
Parameters
Parameter | Type | Description |
---|
adobeRGB | AdobeRGB | The Adobe RGB color to convert. |
Returns
RGB
The color in standard RGB space.
Defined in
conversions/components/adobe-rgb.ts:50