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

interface XColorSpace

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

getICCProfile
ColorProfile
getICCProfile();

getName
string
getName();

getType
ColorSpaceType
getType();

Top of Page