::

interface XColorSpace

Methods' Summary
getRenderingIntent
getICCProfile
getName
getType
Methods' Details
getRenderingIntent
RenderingIntent
getRenderingIntent();
 
 

getICCProfile
Profile
getICCProfile();
 
 

getName
string
getName();
 
 

getType
ColorSpaceType
getType();
 
 

Top of Page