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
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.