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

interface XColorSpace
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XColorSpace
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces

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