ColorProfileData[<>,"Description""desc","DeviceColorSpace""device","IndependentColorSpace""ics"]
represents an ICC color profile that can convert between the independent color space "ics" and the device-dependent color space "device".


ColorProfileData
ColorProfileData[<>,"Description""desc","DeviceColorSpace""device","IndependentColorSpace""ics"]
represents an ICC color profile that can convert between the independent color space "ics" and the device-dependent color space "device".
Details

- ColorProfileData is used to uniquely define device-dependent color spaces such as "RGB" or "CMYK" and ensures a good conversion between them and the nearly device-independent color rendering.
- ColorProfileData can be imported from an ICC file or an image file with an embedded color profile.
- Using ColorProfileData[…][intent], the rendering intent can be specified.
- Possible settings for intent are:
-
"PerceptualProfile" perceptual profile (default) "SaturationProfile" saturation profile "MediaRelativeColorimetricProfile" media relative colorimetric profile "ICCAbsoluteColorimetricProfile" ICC absolute colorimetric profile
Examples
open all close allBasic Examples (3)
Import the sRGB color profile:
ColorSpace of an image can be specified with a ColorProfileData object:
Related Guides
History
Text
Wolfram Research (2012), ColorProfileData, Wolfram Language function, https://reference.wolfram.com/language/ref/ColorProfileData.html.
CMS
Wolfram Language. 2012. "ColorProfileData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ColorProfileData.html.
APA
Wolfram Language. (2012). ColorProfileData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ColorProfileData.html
BibTeX
@misc{reference.wolfram_2025_colorprofiledata, author="Wolfram Research", title="{ColorProfileData}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/ColorProfileData.html}", note=[Accessed: 11-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_colorprofiledata, organization={Wolfram Research}, title={ColorProfileData}, year={2012}, url={https://reference.wolfram.com/language/ref/ColorProfileData.html}, note=[Accessed: 11-August-2025]}