:: com :: sun :: star :: rendering ::

interface XColorSpace

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

getICCProfile
::com::sun::star::rendering::ColorProfile
getICCProfile();

getName
string
getName();

getType
::com::sun::star::rendering::ColorSpaceType
getType();

Top of Page