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

interface XColorSpace
Base Interfaces
XColorSpace
┗ ::com::sun::star::uno::XInterface

::com::sun::star::uno::XInterface

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

getICCProfile
ColorProfile
getICCProfile();

getName
string
getName();

getType
ColorSpaceType
getType();

Top of Page