makecform
Create color transformation structure
Syntax
Description
The makecform
function supports conversions between
members of the family of device-independent color spaces defined by the
Commission Internationale de l'Éclairage (International
Commission on Illumination, or CIE). makecform
also supports
conversions to and from the sRGB and CMYK color spaces. To perform a color space
transformation, pass the color transformation structure created by
makecform
as an argument to the applycform
function.
creates a color transformation based on two ICC profiles,
C
= makecform("icc",src_profile
,dest_profile
)src_profile
and
dest_profile
.
creates a color transformation based on two ICC color profiles,
C
= makecform("icc",src_profile
,dest_profile
,"SourceRenderingIntent",src_intent
,"DestRenderingIntent",dest_intent
)src_profile
and dest_profile
,
specifying the rendering intent for the source and destination profiles.
adds the option of specifying the rendering intent.C
= makecform("mattrc",profile
,"Direction",direction
,"RenderingIntent",trc_intent
)
adds the option of specifying the rendering intent.C
= makecform("graytrc",profile
,"Direction",direction
,"RenderingIntent",trc_intent
)
Examples
Input Arguments
Output Arguments
More About
References
[1] International Color Consortium. https://www.color.org.
Version History
Introduced before R2006a