LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::awt::ImageDrawMode Constant Group Reference

defines modes how an image is drawn onto a device More...

Variables

const short NONE = 0x0000
 the image is drawn as is, without any color transformation. More...
 
const short DISABLE = 0x0001
 the image is drawn as if it represented a feature whose state is disabled. More...
 
const short HIGHLIGHT = 0x0002
 the image is drawn as being highlighted. More...
 
const short DEACTIVE = 0x0004
 the image is drawn as being deactivated. More...
 
const short SEMITRANSPARENT = 0x0010
 the image is drawn semi-transparent. More...
 

Detailed Description

defines modes how an image is drawn onto a device

See also
com::sun::star::awt::XGraphics2::drawImage()
Since
LibreOffice 4.1

Variable Documentation

◆ DEACTIVE

const short DEACTIVE = 0x0004

the image is drawn as being deactivated.

See com::sun::star::awt::XStyleSettings::DeactiveColor.

◆ DISABLE

const short DISABLE = 0x0001

the image is drawn as if it represented a feature whose state is disabled.

◆ HIGHLIGHT

const short HIGHLIGHT = 0x0002

the image is drawn as being highlighted.

See com::sun::star::awt::XStyleSettings::HighlightColor.

◆ NONE

const short NONE = 0x0000

the image is drawn as is, without any color transformation.

◆ SEMITRANSPARENT

const short SEMITRANSPARENT = 0x0010

the image is drawn semi-transparent.