:: com :: sun :: star :: awt ::

constants group ImageDrawMode

Constants
NONE the image is drawn as is, without any color transformation.  
DISABLE the image is drawn as if it represented a feature whose state is disabled.  
HIGHLIGHT the image is drawn as being highlighted. See com::sun::star::awt::XStyleSettings::HighlightColor.  
DEACTIVE the image is drawn as being deactivated. See com::sun::star::awt::XStyleSettings::DeactiveColor.  
SEMITRANSPARENT the image is drawn semi-transparent.  
Constants' Details
NONE
const short NONE = 0x0000;
Description
the image is drawn as is, without any color transformation.
DISABLE
const short DISABLE = 0x0001;
Description
the image is drawn as if it represented a feature whose state is disabled.
HIGHLIGHT
const short HIGHLIGHT = 0x0002;
Description
the image is drawn as being highlighted. See com::sun::star::awt::XStyleSettings::HighlightColor.
DEACTIVE
const short DEACTIVE = 0x0004;
Description
the image is drawn as being deactivated. See com::sun::star::awt::XStyleSettings::DeactiveColor.
SEMITRANSPARENT
const short SEMITRANSPARENT = 0x0010;
Description
the image is drawn semi-transparent.
Top of Page